Shades of Energy Yellow #EED94B
Tints of Energy Yellow #EED94B
RGB
CMYK
RGB Variations
Color information
#EED94B (or 0xEED94B) is known color: Energy Yellow. HEX triplet: EE, D9 and 4B. RGB value is (238,217,75). Sum of RGB (Red+Green+Blue) = 238+217+75=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 75 (29.69% from 255 or 14.15% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EED94B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED94B is #1126B4. Grayscale: #CFCFCF. Windows color (decimal): -1124021 or 4970990. OLE color: 4970990.
HSL color Cylindrical-coordinate representation of color #EED94B: hue angle of 52.27º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EED94B is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 75 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.07 |
| HSL | 52.27º | 0.83% | 0.61% | - |
| HSV(B) | 52.27º | 0.68% | 0.93% | - |
| XYZ | 61.34 | 68.31 | 16.61 | - |
| YUV | 207.09 | 53.46 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 75 | 0 | 0.09 | 0.68 | 0.07 | 52.27 | 0.83 | 0.61 |
| Hex | EE | D9 | 4B | 0 | 9 | 44 | 7 | 34 | 53 | 3D |
| Octal | 356 | 331 | 113 | 0 | 11 | 104 | 7 | 64 | 123 | 75 |
| Binary | 11101110 | 11011001 | 1001011 | 0 | 1001 | 1000100 | 111 | 110100 | 1010011 | 111101 |
Color Harmonies of #EED94B
Complementary color
Monochromatic Colors of #EED94B
Black with #EED94B
Text Example
Text Example
White with #EED94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED94B; }
p { color: rgb(238,217,75); }
H1.HeaderClassName
{
color: #EED94B;
}
.AnyTagClassName
{
color: #EED94B;
}
</style>
background-color css
<style>
a { background-color: #EED94B; }
a { background-color: rgb(238,217,75); }
div.DivClassName
{
background-color: #EED94B;
}
.BgClassName
{
background-color: #EED94B;
}
</style>
border-color css
<style>
span { border-color: #EED94B; }
span { border-color: rgb(238,217,75); }
td.TdClassName
{
border-color: #EED94B;
}
.TagClassName
{
border-color: #EED94B;
}
</style>