Shades of Energy Yellow #EEDB4B
Tints of Energy Yellow #EEDB4B
RGB
CMYK
RGB Variations
Color information
#EEDB4B (or 0xEEDB4B) is known color: Energy Yellow. HEX triplet: EE, DB and 4B. RGB value is (238,219,75). Sum of RGB (Red+Green+Blue) = 238+219+75=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 75 (29.69% from 255 or 14.10% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDB4B is #1124B4. Grayscale: #D0D0D0. Windows color (decimal): -1123509 or 4971502. OLE color: 4971502.
HSL color Cylindrical-coordinate representation of color #EEDB4B: hue angle of 53.01º 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 #EEDB4B is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 75 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.07 |
| HSL | 53.01º | 0.83% | 0.61% | - |
| HSV(B) | 53.01º | 0.68% | 0.93% | - |
| XYZ | 61.86 | 69.35 | 16.78 | - |
| YUV | 208.27 | 52.79 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 75 | 0 | 0.08 | 0.68 | 0.07 | 53.01 | 0.83 | 0.61 |
| Hex | EE | DB | 4B | 0 | 8 | 44 | 7 | 35 | 53 | 3D |
| Octal | 356 | 333 | 113 | 0 | 10 | 104 | 7 | 65 | 123 | 75 |
| Binary | 11101110 | 11011011 | 1001011 | 0 | 1000 | 1000100 | 111 | 110101 | 1010011 | 111101 |
Color Harmonies of #EEDB4B
Complementary color
Monochromatic Colors of #EEDB4B
Black with #EEDB4B
Text Example
Text Example
White with #EEDB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDB4B; }
p { color: rgb(238,219,75); }
H1.HeaderClassName
{
color: #EEDB4B;
}
.AnyTagClassName
{
color: #EEDB4B;
}
</style>
background-color css
<style>
a { background-color: #EEDB4B; }
a { background-color: rgb(238,219,75); }
div.DivClassName
{
background-color: #EEDB4B;
}
.BgClassName
{
background-color: #EEDB4B;
}
</style>
border-color css
<style>
span { border-color: #EEDB4B; }
span { border-color: rgb(238,219,75); }
td.TdClassName
{
border-color: #EEDB4B;
}
.TagClassName
{
border-color: #EEDB4B;
}
</style>