Shades of Energy Yellow #EEDA4B
Tints of Energy Yellow #EEDA4B
RGB
CMYK
RGB Variations
Color information
#EEDA4B (or 0xEEDA4B) is known color: Energy Yellow. HEX triplet: EE, DA and 4B. RGB value is (238,218,75). Sum of RGB (Red+Green+Blue) = 238+218+75=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 75 (29.69% from 255 or 14.12% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDA4B is #1125B4. Grayscale: #D0D0D0. Windows color (decimal): -1123765 or 4971246. OLE color: 4971246.
HSL color Cylindrical-coordinate representation of color #EEDA4B: hue angle of 52.64º 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 #EEDA4B is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 75 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.07 |
| HSL | 52.64º | 0.83% | 0.61% | - |
| HSV(B) | 52.64º | 0.68% | 0.93% | - |
| XYZ | 61.6 | 68.83 | 16.7 | - |
| YUV | 207.68 | 53.13 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 75 | 0 | 0.08 | 0.68 | 0.07 | 52.64 | 0.83 | 0.61 |
| Hex | EE | DA | 4B | 0 | 8 | 44 | 7 | 35 | 53 | 3D |
| Octal | 356 | 332 | 113 | 0 | 10 | 104 | 7 | 65 | 123 | 75 |
| Binary | 11101110 | 11011010 | 1001011 | 0 | 1000 | 1000100 | 111 | 110101 | 1010011 | 111101 |
Color Harmonies of #EEDA4B
Complementary color
Monochromatic Colors of #EEDA4B
Black with #EEDA4B
Text Example
Text Example
White with #EEDA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA4B; }
p { color: rgb(238,218,75); }
H1.HeaderClassName
{
color: #EEDA4B;
}
.AnyTagClassName
{
color: #EEDA4B;
}
</style>
background-color css
<style>
a { background-color: #EEDA4B; }
a { background-color: rgb(238,218,75); }
div.DivClassName
{
background-color: #EEDA4B;
}
.BgClassName
{
background-color: #EEDA4B;
}
</style>
border-color css
<style>
span { border-color: #EEDA4B; }
span { border-color: rgb(238,218,75); }
td.TdClassName
{
border-color: #EEDA4B;
}
.TagClassName
{
border-color: #EEDA4B;
}
</style>