Shades of Energy Yellow #EDDC4A
Tints of Energy Yellow #EDDC4A
RGB
CMYK
RGB Variations
Color information
#EDDC4A (or 0xEDDC4A) is known color: Energy Yellow. HEX triplet: ED, DC and 4A. RGB value is (237,220,74). Sum of RGB (Red+Green+Blue) = 237+220+74=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 74 (29.30% from 255 or 13.94% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC4A is #1223B5. Grayscale: #D1D1D1. Windows color (decimal): -1188790 or 4906221. OLE color: 4906221.
HSL color Cylindrical-coordinate representation of color #EDDC4A: hue angle of 53.74º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDDC4A is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 74 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.07 |
| HSL | 53.74º | 0.82% | 0.61% | - |
| HSV(B) | 53.74º | 0.69% | 0.93% | - |
| XYZ | 61.75 | 69.69 | 16.67 | - |
| YUV | 208.44 | 52.13 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 74 | 0 | 0.07 | 0.69 | 0.07 | 53.74 | 0.82 | 0.61 |
| Hex | ED | DC | 4A | 0 | 7 | 45 | 7 | 36 | 52 | 3D |
| Octal | 355 | 334 | 112 | 0 | 7 | 105 | 7 | 66 | 122 | 75 |
| Binary | 11101101 | 11011100 | 1001010 | 0 | 111 | 1000101 | 111 | 110110 | 1010010 | 111101 |
Color Harmonies of #EDDC4A
Complementary color
Monochromatic Colors of #EDDC4A
Black with #EDDC4A
Text Example
Text Example
White with #EDDC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC4A; }
p { color: rgb(237,220,74); }
H1.HeaderClassName
{
color: #EDDC4A;
}
.AnyTagClassName
{
color: #EDDC4A;
}
</style>
background-color css
<style>
a { background-color: #EDDC4A; }
a { background-color: rgb(237,220,74); }
div.DivClassName
{
background-color: #EDDC4A;
}
.BgClassName
{
background-color: #EDDC4A;
}
</style>
border-color css
<style>
span { border-color: #EDDC4A; }
span { border-color: rgb(237,220,74); }
td.TdClassName
{
border-color: #EDDC4A;
}
.TagClassName
{
border-color: #EDDC4A;
}
</style>