Shades of Golden Yellow #E0DB05
Tints of Golden Yellow #E0DB05
RGB
CMYK
RGB Variations
Color information
#E0DB05 (or 0xE0DB05) is known color: Golden Yellow. HEX triplet: E0, DB and 05. RGB value is (224,219,5). Sum of RGB (Red+Green+Blue) = 224+219+5=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 5 (2.34% from 255 or 1.12% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DB05 is #1F24FA. Grayscale: #C4C4C4. Windows color (decimal): -2041083 or 383968. OLE color: 383968.
HSL color Cylindrical-coordinate representation of color #E0DB05: hue angle of 58.63º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E0DB05 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 219 | 5 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.12 |
| HSL | 58.63º | 0.96% | 0.45% | - |
| HSV(B) | 58.63º | 0.98% | 0.88% | - |
| XYZ | 56.1 | 66.52 | 10.03 | - |
| YUV | 196.1 | 20.16 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 219 | 5 | 0 | 0.02 | 0.98 | 0.12 | 58.63 | 0.96 | 0.45 |
| Hex | E0 | DB | 5 | 0 | 2 | 62 | C | 3B | 60 | 2D |
| Octal | 340 | 333 | 5 | 0 | 2 | 142 | 14 | 73 | 140 | 55 |
| Binary | 11100000 | 11011011 | 101 | 0 | 10 | 1100010 | 1100 | 111011 | 1100000 | 101101 |
Color Harmonies of #E0DB05
Complementary color
Monochromatic Colors of #E0DB05
Black with #E0DB05
Text Example
Text Example
White with #E0DB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DB05; }
p { color: rgb(224,219,5); }
H1.HeaderClassName
{
color: #E0DB05;
}
.AnyTagClassName
{
color: #E0DB05;
}
</style>
background-color css
<style>
a { background-color: #E0DB05; }
a { background-color: rgb(224,219,5); }
div.DivClassName
{
background-color: #E0DB05;
}
.BgClassName
{
background-color: #E0DB05;
}
</style>
border-color css
<style>
span { border-color: #E0DB05; }
span { border-color: rgb(224,219,5); }
td.TdClassName
{
border-color: #E0DB05;
}
.TagClassName
{
border-color: #E0DB05;
}
</style>