Shades of Golden Yellow #EDDB06
Tints of Golden Yellow #EDDB06
RGB
CMYK
RGB Variations
Color information
#EDDB06 (or 0xEDDB06) is known color: Golden Yellow. HEX triplet: ED, DB and 06. RGB value is (237,219,6). Sum of RGB (Red+Green+Blue) = 237+219+6=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 6 (2.73% from 255 or 1.30% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDB06 is #1224F9. Grayscale: #C8C8C8. Windows color (decimal): -1189114 or 449517. OLE color: 449517.
HSL color Cylindrical-coordinate representation of color #EDDB06: hue angle of 55.32º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EDDB06 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 6 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.07 |
| HSL | 55.32º | 0.95% | 0.48% | - |
| HSV(B) | 55.32º | 0.97% | 0.93% | - |
| XYZ | 60.29 | 68.68 | 10.25 | - |
| YUV | 200.1 | 18.46 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 6 | 0 | 0.08 | 0.97 | 0.07 | 55.32 | 0.95 | 0.48 |
| Hex | ED | DB | 6 | 0 | 8 | 61 | 7 | 37 | 5F | 30 |
| Octal | 355 | 333 | 6 | 0 | 10 | 141 | 7 | 67 | 137 | 60 |
| Binary | 11101101 | 11011011 | 110 | 0 | 1000 | 1100001 | 111 | 110111 | 1011111 | 110000 |
Color Harmonies of #EDDB06
Complementary color
Monochromatic Colors of #EDDB06
Black with #EDDB06
Text Example
Text Example
White with #EDDB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB06; }
p { color: rgb(237,219,6); }
H1.HeaderClassName
{
color: #EDDB06;
}
.AnyTagClassName
{
color: #EDDB06;
}
</style>
background-color css
<style>
a { background-color: #EDDB06; }
a { background-color: rgb(237,219,6); }
div.DivClassName
{
background-color: #EDDB06;
}
.BgClassName
{
background-color: #EDDB06;
}
</style>
border-color css
<style>
span { border-color: #EDDB06; }
span { border-color: rgb(237,219,6); }
td.TdClassName
{
border-color: #EDDB06;
}
.TagClassName
{
border-color: #EDDB06;
}
</style>