Shades of Energy Yellow #EED84C
Tints of Energy Yellow #EED84C
RGB
CMYK
RGB Variations
Color information
#EED84C (or 0xEED84C) is known color: Energy Yellow. HEX triplet: EE, D8 and 4C. RGB value is (238,216,76). Sum of RGB (Red+Green+Blue) = 238+216+76=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 76 (30.08% from 255 or 14.34% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EED84C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED84C is #1127B3. Grayscale: #CFCFCF. Windows color (decimal): -1124276 or 5036270. OLE color: 5036270.
HSL color Cylindrical-coordinate representation of color #EED84C: hue angle of 51.85º 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 #EED84C is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 76 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.07 |
| HSL | 51.85º | 0.83% | 0.62% | - |
| HSV(B) | 51.85º | 0.68% | 0.93% | - |
| XYZ | 61.12 | 67.81 | 16.7 | - |
| YUV | 206.62 | 54.29 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 76 | 0 | 0.09 | 0.68 | 0.07 | 51.85 | 0.83 | 0.62 |
| Hex | EE | D8 | 4C | 0 | 9 | 44 | 7 | 34 | 53 | 3E |
| Octal | 356 | 330 | 114 | 0 | 11 | 104 | 7 | 64 | 123 | 76 |
| Binary | 11101110 | 11011000 | 1001100 | 0 | 1001 | 1000100 | 111 | 110100 | 1010011 | 111110 |
Color Harmonies of #EED84C
Complementary color
Monochromatic Colors of #EED84C
Black with #EED84C
Text Example
Text Example
White with #EED84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED84C; }
p { color: rgb(238,216,76); }
H1.HeaderClassName
{
color: #EED84C;
}
.AnyTagClassName
{
color: #EED84C;
}
</style>
background-color css
<style>
a { background-color: #EED84C; }
a { background-color: rgb(238,216,76); }
div.DivClassName
{
background-color: #EED84C;
}
.BgClassName
{
background-color: #EED84C;
}
</style>
border-color css
<style>
span { border-color: #EED84C; }
span { border-color: rgb(238,216,76); }
td.TdClassName
{
border-color: #EED84C;
}
.TagClassName
{
border-color: #EED84C;
}
</style>