Shades of Energy Yellow #EED94C
Tints of Energy Yellow #EED94C
RGB
CMYK
RGB Variations
Color information
#EED94C (or 0xEED94C) is known color: Energy Yellow. HEX triplet: EE, D9 and 4C. RGB value is (238,217,76). Sum of RGB (Red+Green+Blue) = 238+217+76=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 76 (30.08% from 255 or 14.31% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EED94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED94C is #1126B3. Grayscale: #CFCFCF. Windows color (decimal): -1124020 or 5036526. OLE color: 5036526.
HSL color Cylindrical-coordinate representation of color #EED94C: hue angle of 52.22º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EED94C is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 76 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.07 |
| HSL | 52.22º | 0.83% | 0.62% | - |
| HSV(B) | 52.22º | 0.68% | 0.93% | - |
| XYZ | 61.38 | 68.32 | 16.79 | - |
| YUV | 207.21 | 53.96 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 76 | 0 | 0.09 | 0.68 | 0.07 | 52.22 | 0.83 | 0.62 |
| Hex | EE | D9 | 4C | 0 | 9 | 44 | 7 | 34 | 53 | 3E |
| Octal | 356 | 331 | 114 | 0 | 11 | 104 | 7 | 64 | 123 | 76 |
| Binary | 11101110 | 11011001 | 1001100 | 0 | 1001 | 1000100 | 111 | 110100 | 1010011 | 111110 |
Color Harmonies of #EED94C
Complementary color
Monochromatic Colors of #EED94C
Black with #EED94C
Text Example
Text Example
White with #EED94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED94C; }
p { color: rgb(238,217,76); }
H1.HeaderClassName
{
color: #EED94C;
}
.AnyTagClassName
{
color: #EED94C;
}
</style>
background-color css
<style>
a { background-color: #EED94C; }
a { background-color: rgb(238,217,76); }
div.DivClassName
{
background-color: #EED94C;
}
.BgClassName
{
background-color: #EED94C;
}
</style>
border-color css
<style>
span { border-color: #EED94C; }
span { border-color: rgb(238,217,76); }
td.TdClassName
{
border-color: #EED94C;
}
.TagClassName
{
border-color: #EED94C;
}
</style>