Shades of Energy Yellow #EDDB4B
Tints of Energy Yellow #EDDB4B
RGB
CMYK
RGB Variations
Color information
#EDDB4B (or 0xEDDB4B) is known color: Energy Yellow. HEX triplet: ED, DB and 4B. RGB value is (237,219,75). Sum of RGB (Red+Green+Blue) = 237+219+75=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 75 (29.69% from 255 or 14.12% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDB4B is #1224B4. Grayscale: #D0D0D0. Windows color (decimal): -1189045 or 4971501. OLE color: 4971501.
HSL color Cylindrical-coordinate representation of color #EDDB4B: hue angle of 53.33º degrees, saturation: 0.82, 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 #EDDB4B is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 75 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.07 |
| HSL | 53.33º | 0.82% | 0.61% | - |
| HSV(B) | 53.33º | 0.68% | 0.93% | - |
| XYZ | 61.53 | 69.18 | 16.77 | - |
| YUV | 207.97 | 52.96 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 75 | 0 | 0.08 | 0.68 | 0.07 | 53.33 | 0.82 | 0.61 |
| Hex | ED | DB | 4B | 0 | 8 | 44 | 7 | 35 | 52 | 3D |
| Octal | 355 | 333 | 113 | 0 | 10 | 104 | 7 | 65 | 122 | 75 |
| Binary | 11101101 | 11011011 | 1001011 | 0 | 1000 | 1000100 | 111 | 110101 | 1010010 | 111101 |
Color Harmonies of #EDDB4B
Complementary color
Monochromatic Colors of #EDDB4B
Black with #EDDB4B
Text Example
Text Example
White with #EDDB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB4B; }
p { color: rgb(237,219,75); }
H1.HeaderClassName
{
color: #EDDB4B;
}
.AnyTagClassName
{
color: #EDDB4B;
}
</style>
background-color css
<style>
a { background-color: #EDDB4B; }
a { background-color: rgb(237,219,75); }
div.DivClassName
{
background-color: #EDDB4B;
}
.BgClassName
{
background-color: #EDDB4B;
}
</style>
border-color css
<style>
span { border-color: #EDDB4B; }
span { border-color: rgb(237,219,75); }
td.TdClassName
{
border-color: #EDDB4B;
}
.TagClassName
{
border-color: #EDDB4B;
}
</style>