Shades of Energy Yellow #EED949
Tints of Energy Yellow #EED949
RGB
CMYK
RGB Variations
Color information
#EED949 (or 0xEED949) is known color: Energy Yellow. HEX triplet: EE, D9 and 49. RGB value is (238,217,73). Sum of RGB (Red+Green+Blue) = 238+217+73=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 73 (28.91% from 255 or 13.83% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EED949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED949 is #1126B6. Grayscale: #CFCFCF. Windows color (decimal): -1124023 or 4839918. OLE color: 4839918.
HSL color Cylindrical-coordinate representation of color #EED949: hue angle of 52.36º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EED949 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 73 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.07 |
| HSL | 52.36º | 0.83% | 0.61% | - |
| HSV(B) | 52.36º | 0.69% | 0.93% | - |
| XYZ | 61.28 | 68.28 | 16.25 | - |
| YUV | 206.86 | 52.46 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 73 | 0 | 0.09 | 0.69 | 0.07 | 52.36 | 0.83 | 0.61 |
| Hex | EE | D9 | 49 | 0 | 9 | 45 | 7 | 34 | 53 | 3D |
| Octal | 356 | 331 | 111 | 0 | 11 | 105 | 7 | 64 | 123 | 75 |
| Binary | 11101110 | 11011001 | 1001001 | 0 | 1001 | 1000101 | 111 | 110100 | 1010011 | 111101 |
Color Harmonies of #EED949
Complementary color
Monochromatic Colors of #EED949
Black with #EED949
Text Example
Text Example
White with #EED949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED949; }
p { color: rgb(238,217,73); }
H1.HeaderClassName
{
color: #EED949;
}
.AnyTagClassName
{
color: #EED949;
}
</style>
background-color css
<style>
a { background-color: #EED949; }
a { background-color: rgb(238,217,73); }
div.DivClassName
{
background-color: #EED949;
}
.BgClassName
{
background-color: #EED949;
}
</style>
border-color css
<style>
span { border-color: #EED949; }
span { border-color: rgb(238,217,73); }
td.TdClassName
{
border-color: #EED949;
}
.TagClassName
{
border-color: #EED949;
}
</style>