Shades of Golden Yellow #E0DC01
Tints of Golden Yellow #E0DC01
RGB
CMYK
RGB Variations
Color information
#E0DC01 (or 0xE0DC01) is known color: Golden Yellow. HEX triplet: E0, DC and 01. RGB value is (224,220,1). Sum of RGB (Red+Green+Blue) = 224+220+1=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 1 (0.78% from 255 or 0.22% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DC01 is #1F23FE. Grayscale: #C5C5C5. Windows color (decimal): -2040831 or 122080. OLE color: 122080.
HSL color Cylindrical-coordinate representation of color #E0DC01: hue angle of 58.92º 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 #E0DC01 is Cyan = 0, Magento = 0.02, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 220 | 1 | - |
| CMYK | 0 | 0.02 | 1.00 | 0.12 |
| HSL | 58.92º | 0.99% | 0.44% | - |
| HSV(B) | 58.92º | 1% | 0.88% | - |
| XYZ | 56.34 | 67.04 | 10 | - |
| YUV | 196.23 | 17.83 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 220 | 1 | 0 | 0.02 | 1.00 | 0.12 | 58.92 | 0.99 | 0.44 |
| Hex | E0 | DC | 1 | 0 | 2 | 64 | C | 3B | 63 | 2C |
| Octal | 340 | 334 | 1 | 0 | 2 | 144 | 14 | 73 | 143 | 54 |
| Binary | 11100000 | 11011100 | 1 | 0 | 10 | 1100100 | 1100 | 111011 | 1100011 | 101100 |
Color Harmonies of #E0DC01
Complementary color
Monochromatic Colors of #E0DC01
Black with #E0DC01
Text Example
Text Example
White with #E0DC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DC01; }
p { color: rgb(224,220,1); }
H1.HeaderClassName
{
color: #E0DC01;
}
.AnyTagClassName
{
color: #E0DC01;
}
</style>
background-color css
<style>
a { background-color: #E0DC01; }
a { background-color: rgb(224,220,1); }
div.DivClassName
{
background-color: #E0DC01;
}
.BgClassName
{
background-color: #E0DC01;
}
</style>
border-color css
<style>
span { border-color: #E0DC01; }
span { border-color: rgb(224,220,1); }
td.TdClassName
{
border-color: #E0DC01;
}
.TagClassName
{
border-color: #E0DC01;
}
</style>