Shades of Golden Yellow #EDDA04
Tints of Golden Yellow #EDDA04
RGB
CMYK
RGB Variations
Color information
#EDDA04 (or 0xEDDA04) is known color: Golden Yellow. HEX triplet: ED, DA and 04. RGB value is (237,218,4). Sum of RGB (Red+Green+Blue) = 237+218+4=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 4 (1.95% from 255 or 0.87% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDA04 is #1225FB. Grayscale: #C8C8C8. Windows color (decimal): -1189372 or 318189. OLE color: 318189.
HSL color Cylindrical-coordinate representation of color #EDDA04: hue angle of 55.11º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDDA04 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 4 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.07 |
| HSL | 55.11º | 0.97% | 0.47% | - |
| HSV(B) | 55.11º | 0.98% | 0.93% | - |
| XYZ | 60.02 | 68.16 | 10.11 | - |
| YUV | 199.29 | 17.79 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 4 | 0 | 0.08 | 0.98 | 0.07 | 55.11 | 0.97 | 0.47 |
| Hex | ED | DA | 4 | 0 | 8 | 62 | 7 | 37 | 61 | 2F |
| Octal | 355 | 332 | 4 | 0 | 10 | 142 | 7 | 67 | 141 | 57 |
| Binary | 11101101 | 11011010 | 100 | 0 | 1000 | 1100010 | 111 | 110111 | 1100001 | 101111 |
Color Harmonies of #EDDA04
Complementary color
Monochromatic Colors of #EDDA04
Black with #EDDA04
Text Example
Text Example
White with #EDDA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDA04; }
p { color: rgb(237,218,4); }
H1.HeaderClassName
{
color: #EDDA04;
}
.AnyTagClassName
{
color: #EDDA04;
}
</style>
background-color css
<style>
a { background-color: #EDDA04; }
a { background-color: rgb(237,218,4); }
div.DivClassName
{
background-color: #EDDA04;
}
.BgClassName
{
background-color: #EDDA04;
}
</style>
border-color css
<style>
span { border-color: #EDDA04; }
span { border-color: rgb(237,218,4); }
td.TdClassName
{
border-color: #EDDA04;
}
.TagClassName
{
border-color: #EDDA04;
}
</style>