Shades of Golden Yellow #E1DB05
Tints of Golden Yellow #E1DB05
RGB
CMYK
RGB Variations
Color information
#E1DB05 (or 0xE1DB05) is known color: Golden Yellow. HEX triplet: E1, DB and 05. RGB value is (225,219,5). Sum of RGB (Red+Green+Blue) = 225+219+5=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 5 (2.34% from 255 or 1.11% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DB05 is #1E24FA. Grayscale: #C5C5C5. Windows color (decimal): -1975547 or 383969. OLE color: 383969.
HSL color Cylindrical-coordinate representation of color #E1DB05: hue angle of 58.36º 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 #E1DB05 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 5 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.12 |
| HSL | 58.36º | 0.96% | 0.45% | - |
| HSV(B) | 58.36º | 0.98% | 0.88% | - |
| XYZ | 56.41 | 66.68 | 10.04 | - |
| YUV | 196.4 | 19.99 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 5 | 0 | 0.03 | 0.98 | 0.12 | 58.36 | 0.96 | 0.45 |
| Hex | E1 | DB | 5 | 0 | 3 | 62 | C | 3A | 60 | 2D |
| Octal | 341 | 333 | 5 | 0 | 3 | 142 | 14 | 72 | 140 | 55 |
| Binary | 11100001 | 11011011 | 101 | 0 | 11 | 1100010 | 1100 | 111010 | 1100000 | 101101 |
Color Harmonies of #E1DB05
Complementary color
Monochromatic Colors of #E1DB05
Black with #E1DB05
Text Example
Text Example
White with #E1DB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB05; }
p { color: rgb(225,219,5); }
H1.HeaderClassName
{
color: #E1DB05;
}
.AnyTagClassName
{
color: #E1DB05;
}
</style>
background-color css
<style>
a { background-color: #E1DB05; }
a { background-color: rgb(225,219,5); }
div.DivClassName
{
background-color: #E1DB05;
}
.BgClassName
{
background-color: #E1DB05;
}
</style>
border-color css
<style>
span { border-color: #E1DB05; }
span { border-color: rgb(225,219,5); }
td.TdClassName
{
border-color: #E1DB05;
}
.TagClassName
{
border-color: #E1DB05;
}
</style>