Shades of Golden Yellow #E0D901
Tints of Golden Yellow #E0D901
RGB
CMYK
RGB Variations
Color information
#E0D901 (or 0xE0D901) is known color: Golden Yellow. HEX triplet: E0, D9 and 01. RGB value is (224,217,1). Sum of RGB (Red+Green+Blue) = 224+217+1=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 1 (0.78% from 255 or 0.23% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D901 is #1F26FE. Grayscale: #C3C3C3. Windows color (decimal): -2041599 or 121312. OLE color: 121312.
HSL color Cylindrical-coordinate representation of color #E0D901: hue angle of 58.12º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0D901 is Cyan = 0, Magento = 0.03, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 217 | 1 | - |
| CMYK | 0 | 0.03 | 1.00 | 0.12 |
| HSL | 58.12º | 0.99% | 0.44% | - |
| HSV(B) | 58.12º | 1% | 0.88% | - |
| XYZ | 55.56 | 65.48 | 9.74 | - |
| YUV | 194.47 | 18.82 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 217 | 1 | 0 | 0.03 | 1.00 | 0.12 | 58.12 | 0.99 | 0.44 |
| Hex | E0 | D9 | 1 | 0 | 3 | 64 | C | 3A | 63 | 2C |
| Octal | 340 | 331 | 1 | 0 | 3 | 144 | 14 | 72 | 143 | 54 |
| Binary | 11100000 | 11011001 | 1 | 0 | 11 | 1100100 | 1100 | 111010 | 1100011 | 101100 |
Color Harmonies of #E0D901
Complementary color
Monochromatic Colors of #E0D901
Black with #E0D901
Text Example
Text Example
White with #E0D901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D901; }
p { color: rgb(224,217,1); }
H1.HeaderClassName
{
color: #E0D901;
}
.AnyTagClassName
{
color: #E0D901;
}
</style>
background-color css
<style>
a { background-color: #E0D901; }
a { background-color: rgb(224,217,1); }
div.DivClassName
{
background-color: #E0D901;
}
.BgClassName
{
background-color: #E0D901;
}
</style>
border-color css
<style>
span { border-color: #E0D901; }
span { border-color: rgb(224,217,1); }
td.TdClassName
{
border-color: #E0D901;
}
.TagClassName
{
border-color: #E0D901;
}
</style>