Shades of Golden Yellow #EDDB05
Tints of Golden Yellow #EDDB05
RGB
CMYK
RGB Variations
Color information
#EDDB05 (or 0xEDDB05) is known color: Golden Yellow. HEX triplet: ED, DB and 05. RGB value is (237,219,5). Sum of RGB (Red+Green+Blue) = 237+219+5=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 5 (2.34% from 255 or 1.08% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDB05 is #1224FA. Grayscale: #C8C8C8. Windows color (decimal): -1189115 or 383981. OLE color: 383981.
HSL color Cylindrical-coordinate representation of color #EDDB05: hue angle of 55.34º degrees, saturation: 0.96, 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 #EDDB05 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 5 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.07 |
| HSL | 55.34º | 0.96% | 0.47% | - |
| HSV(B) | 55.34º | 0.98% | 0.93% | - |
| XYZ | 60.28 | 68.68 | 10.22 | - |
| YUV | 199.99 | 17.96 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 5 | 0 | 0.08 | 0.98 | 0.07 | 55.34 | 0.96 | 0.47 |
| Hex | ED | DB | 5 | 0 | 8 | 62 | 7 | 37 | 60 | 2F |
| Octal | 355 | 333 | 5 | 0 | 10 | 142 | 7 | 67 | 140 | 57 |
| Binary | 11101101 | 11011011 | 101 | 0 | 1000 | 1100010 | 111 | 110111 | 1100000 | 101111 |
Color Harmonies of #EDDB05
Complementary color
Monochromatic Colors of #EDDB05
Black with #EDDB05
Text Example
Text Example
White with #EDDB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB05; }
p { color: rgb(237,219,5); }
H1.HeaderClassName
{
color: #EDDB05;
}
.AnyTagClassName
{
color: #EDDB05;
}
</style>
background-color css
<style>
a { background-color: #EDDB05; }
a { background-color: rgb(237,219,5); }
div.DivClassName
{
background-color: #EDDB05;
}
.BgClassName
{
background-color: #EDDB05;
}
</style>
border-color css
<style>
span { border-color: #EDDB05; }
span { border-color: rgb(237,219,5); }
td.TdClassName
{
border-color: #EDDB05;
}
.TagClassName
{
border-color: #EDDB05;
}
</style>