Shades of Golden Yellow #EDDB04
Tints of Golden Yellow #EDDB04
RGB
CMYK
RGB Variations
Color information
#EDDB04 (or 0xEDDB04) is known color: Golden Yellow. HEX triplet: ED, DB and 04. RGB value is (237,219,4). Sum of RGB (Red+Green+Blue) = 237+219+4=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 4 (1.95% from 255 or 0.87% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDB04 is #1224FB. Grayscale: #C8C8C8. Windows color (decimal): -1189116 or 318445. OLE color: 318445.
HSL color Cylindrical-coordinate representation of color #EDDB04: hue angle of 55.36º 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 #EDDB04 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 4 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.07 |
| HSL | 55.36º | 0.97% | 0.47% | - |
| HSV(B) | 55.36º | 0.98% | 0.93% | - |
| XYZ | 60.28 | 68.68 | 10.19 | - |
| YUV | 199.87 | 17.46 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 4 | 0 | 0.08 | 0.98 | 0.07 | 55.36 | 0.97 | 0.47 |
| Hex | ED | DB | 4 | 0 | 8 | 62 | 7 | 37 | 61 | 2F |
| Octal | 355 | 333 | 4 | 0 | 10 | 142 | 7 | 67 | 141 | 57 |
| Binary | 11101101 | 11011011 | 100 | 0 | 1000 | 1100010 | 111 | 110111 | 1100001 | 101111 |
Color Harmonies of #EDDB04
Complementary color
Monochromatic Colors of #EDDB04
Black with #EDDB04
Text Example
Text Example
White with #EDDB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB04; }
p { color: rgb(237,219,4); }
H1.HeaderClassName
{
color: #EDDB04;
}
.AnyTagClassName
{
color: #EDDB04;
}
</style>
background-color css
<style>
a { background-color: #EDDB04; }
a { background-color: rgb(237,219,4); }
div.DivClassName
{
background-color: #EDDB04;
}
.BgClassName
{
background-color: #EDDB04;
}
</style>
border-color css
<style>
span { border-color: #EDDB04; }
span { border-color: rgb(237,219,4); }
td.TdClassName
{
border-color: #EDDB04;
}
.TagClassName
{
border-color: #EDDB04;
}
</style>