Shades of Golden Yellow #E0D902
Tints of Golden Yellow #E0D902
RGB
CMYK
RGB Variations
Color information
#E0D902 (or 0xE0D902) is known color: Golden Yellow. HEX triplet: E0, D9 and 02. RGB value is (224,217,2). Sum of RGB (Red+Green+Blue) = 224+217+2=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 2 (1.17% from 255 or 0.45% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D902 is #1F26FD. Grayscale: #C3C3C3. Windows color (decimal): -2041598 or 186848. OLE color: 186848.
HSL color Cylindrical-coordinate representation of color #E0D902: hue angle of 58.11º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E0D902 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 217 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.12 |
| HSL | 58.11º | 0.98% | 0.44% | - |
| HSV(B) | 58.11º | 0.99% | 0.88% | - |
| XYZ | 55.56 | 65.48 | 9.77 | - |
| YUV | 194.58 | 19.32 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 217 | 2 | 0 | 0.03 | 0.99 | 0.12 | 58.11 | 0.98 | 0.44 |
| Hex | E0 | D9 | 2 | 0 | 3 | 63 | C | 3A | 62 | 2C |
| Octal | 340 | 331 | 2 | 0 | 3 | 143 | 14 | 72 | 142 | 54 |
| Binary | 11100000 | 11011001 | 10 | 0 | 11 | 1100011 | 1100 | 111010 | 1100010 | 101100 |
Color Harmonies of #E0D902
Complementary color
Monochromatic Colors of #E0D902
Black with #E0D902
Text Example
Text Example
White with #E0D902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D902; }
p { color: rgb(224,217,2); }
H1.HeaderClassName
{
color: #E0D902;
}
.AnyTagClassName
{
color: #E0D902;
}
</style>
background-color css
<style>
a { background-color: #E0D902; }
a { background-color: rgb(224,217,2); }
div.DivClassName
{
background-color: #E0D902;
}
.BgClassName
{
background-color: #E0D902;
}
</style>
border-color css
<style>
span { border-color: #E0D902; }
span { border-color: rgb(224,217,2); }
td.TdClassName
{
border-color: #E0D902;
}
.TagClassName
{
border-color: #E0D902;
}
</style>