Shades of Energy Yellow #EED948
Tints of Energy Yellow #EED948
RGB
CMYK
RGB Variations
Color information
#EED948 (or 0xEED948) is known color: Energy Yellow. HEX triplet: EE, D9 and 48. RGB value is (238,217,72). Sum of RGB (Red+Green+Blue) = 238+217+72=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 72 (28.52% from 255 or 13.66% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EED948 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED948 is #1126B7. Grayscale: #CFCFCF. Windows color (decimal): -1124024 or 4774382. OLE color: 4774382.
HSL color Cylindrical-coordinate representation of color #EED948: hue angle of 52.41º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EED948 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 72 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.07 |
| HSL | 52.41º | 0.83% | 0.61% | - |
| HSV(B) | 52.41º | 0.7% | 0.93% | - |
| XYZ | 61.24 | 68.27 | 16.08 | - |
| YUV | 206.75 | 51.96 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 72 | 0 | 0.09 | 0.70 | 0.07 | 52.41 | 0.83 | 0.61 |
| Hex | EE | D9 | 48 | 0 | 9 | 46 | 7 | 34 | 53 | 3D |
| Octal | 356 | 331 | 110 | 0 | 11 | 106 | 7 | 64 | 123 | 75 |
| Binary | 11101110 | 11011001 | 1001000 | 0 | 1001 | 1000110 | 111 | 110100 | 1010011 | 111101 |
Color Harmonies of #EED948
Complementary color
Monochromatic Colors of #EED948
Black with #EED948
Text Example
Text Example
White with #EED948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED948; }
p { color: rgb(238,217,72); }
H1.HeaderClassName
{
color: #EED948;
}
.AnyTagClassName
{
color: #EED948;
}
</style>
background-color css
<style>
a { background-color: #EED948; }
a { background-color: rgb(238,217,72); }
div.DivClassName
{
background-color: #EED948;
}
.BgClassName
{
background-color: #EED948;
}
</style>
border-color css
<style>
span { border-color: #EED948; }
span { border-color: rgb(238,217,72); }
td.TdClassName
{
border-color: #EED948;
}
.TagClassName
{
border-color: #EED948;
}
</style>