Shades of Golden Yellow #E0DD02
Tints of Golden Yellow #E0DD02
RGB
CMYK
RGB Variations
Color information
#E0DD02 (or 0xE0DD02) is known color: Golden Yellow. HEX triplet: E0, DD and 02. RGB value is (224,221,2). Sum of RGB (Red+Green+Blue) = 224+221+2=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 2 (1.17% from 255 or 0.45% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DD02 is #1F22FD. Grayscale: #C5C5C5. Windows color (decimal): -2040574 or 187872. OLE color: 187872.
HSL color Cylindrical-coordinate representation of color #E0DD02: hue angle of 59.19º 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 #E0DD02 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 2 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.12 |
| HSL | 59.19º | 0.98% | 0.44% | - |
| HSV(B) | 59.19º | 0.99% | 0.88% | - |
| XYZ | 56.61 | 67.56 | 10.12 | - |
| YUV | 196.93 | 17.99 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 2 | 0 | 0.01 | 0.99 | 0.12 | 59.19 | 0.98 | 0.44 |
| Hex | E0 | DD | 2 | 0 | 1 | 63 | C | 3B | 62 | 2C |
| Octal | 340 | 335 | 2 | 0 | 1 | 143 | 14 | 73 | 142 | 54 |
| Binary | 11100000 | 11011101 | 10 | 0 | 1 | 1100011 | 1100 | 111011 | 1100010 | 101100 |
Color Harmonies of #E0DD02
Complementary color
Monochromatic Colors of #E0DD02
Black with #E0DD02
Text Example
Text Example
White with #E0DD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DD02; }
p { color: rgb(224,221,2); }
H1.HeaderClassName
{
color: #E0DD02;
}
.AnyTagClassName
{
color: #E0DD02;
}
</style>
background-color css
<style>
a { background-color: #E0DD02; }
a { background-color: rgb(224,221,2); }
div.DivClassName
{
background-color: #E0DD02;
}
.BgClassName
{
background-color: #E0DD02;
}
</style>
border-color css
<style>
span { border-color: #E0DD02; }
span { border-color: rgb(224,221,2); }
td.TdClassName
{
border-color: #E0DD02;
}
.TagClassName
{
border-color: #E0DD02;
}
</style>