Shades of Golden Yellow #E0DB02
Tints of Golden Yellow #E0DB02
RGB
CMYK
RGB Variations
Color information
#E0DB02 (or 0xE0DB02) is known color: Golden Yellow. HEX triplet: E0, DB and 02. RGB value is (224,219,2). Sum of RGB (Red+Green+Blue) = 224+219+2=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 2 (1.17% from 255 or 0.45% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DB02 is #1F24FD. Grayscale: #C4C4C4. Windows color (decimal): -2041086 or 187360. OLE color: 187360.
HSL color Cylindrical-coordinate representation of color #E0DB02: hue angle of 58.65º 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 #E0DB02 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 219 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.12 |
| HSL | 58.65º | 0.98% | 0.44% | - |
| HSV(B) | 58.65º | 0.99% | 0.88% | - |
| XYZ | 56.08 | 66.51 | 9.94 | - |
| YUV | 195.76 | 18.66 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 219 | 2 | 0 | 0.02 | 0.99 | 0.12 | 58.65 | 0.98 | 0.44 |
| Hex | E0 | DB | 2 | 0 | 2 | 63 | C | 3B | 62 | 2C |
| Octal | 340 | 333 | 2 | 0 | 2 | 143 | 14 | 73 | 142 | 54 |
| Binary | 11100000 | 11011011 | 10 | 0 | 10 | 1100011 | 1100 | 111011 | 1100010 | 101100 |
Color Harmonies of #E0DB02
Complementary color
Monochromatic Colors of #E0DB02
Black with #E0DB02
Text Example
Text Example
White with #E0DB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DB02; }
p { color: rgb(224,219,2); }
H1.HeaderClassName
{
color: #E0DB02;
}
.AnyTagClassName
{
color: #E0DB02;
}
</style>
background-color css
<style>
a { background-color: #E0DB02; }
a { background-color: rgb(224,219,2); }
div.DivClassName
{
background-color: #E0DB02;
}
.BgClassName
{
background-color: #E0DB02;
}
</style>
border-color css
<style>
span { border-color: #E0DB02; }
span { border-color: rgb(224,219,2); }
td.TdClassName
{
border-color: #E0DB02;
}
.TagClassName
{
border-color: #E0DB02;
}
</style>