Shades of Energy Yellow #EDDA46
Tints of Energy Yellow #EDDA46
RGB
CMYK
RGB Variations
Color information
#EDDA46 (or 0xEDDA46) is known color: Energy Yellow. HEX triplet: ED, DA and 46. RGB value is (237,218,70). Sum of RGB (Red+Green+Blue) = 237+218+70=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 70 (27.73% from 255 or 13.33% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDA46 is #1225B9. Grayscale: #CFCFCF. Windows color (decimal): -1189306 or 4643565. OLE color: 4643565.
HSL color Cylindrical-coordinate representation of color #EDDA46: hue angle of 53.17º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDDA46 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 70 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.07 |
| HSL | 53.17º | 0.82% | 0.6% | - |
| HSV(B) | 53.17º | 0.7% | 0.93% | - |
| XYZ | 61.1 | 68.59 | 15.81 | - |
| YUV | 206.81 | 50.79 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 70 | 0 | 0.08 | 0.70 | 0.07 | 53.17 | 0.82 | 0.6 |
| Hex | ED | DA | 46 | 0 | 8 | 46 | 7 | 35 | 52 | 3C |
| Octal | 355 | 332 | 106 | 0 | 10 | 106 | 7 | 65 | 122 | 74 |
| Binary | 11101101 | 11011010 | 1000110 | 0 | 1000 | 1000110 | 111 | 110101 | 1010010 | 111100 |
Color Harmonies of #EDDA46
Complementary color
Monochromatic Colors of #EDDA46
Black with #EDDA46
Text Example
Text Example
White with #EDDA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDA46; }
p { color: rgb(237,218,70); }
H1.HeaderClassName
{
color: #EDDA46;
}
.AnyTagClassName
{
color: #EDDA46;
}
</style>
background-color css
<style>
a { background-color: #EDDA46; }
a { background-color: rgb(237,218,70); }
div.DivClassName
{
background-color: #EDDA46;
}
.BgClassName
{
background-color: #EDDA46;
}
</style>
border-color css
<style>
span { border-color: #EDDA46; }
span { border-color: rgb(237,218,70); }
td.TdClassName
{
border-color: #EDDA46;
}
.TagClassName
{
border-color: #EDDA46;
}
</style>