Shades of Golden Yellow #E1DE01
Tints of Golden Yellow #E1DE01
RGB
CMYK
RGB Variations
Color information
#E1DE01 (or 0xE1DE01) is known color: Golden Yellow. HEX triplet: E1, DE and 01. RGB value is (225,222,1). Sum of RGB (Red+Green+Blue) = 225+222+1=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 222 (87.11% from 255 or 49.55% from 448); Blue value is 1 (0.78% from 255 or 0.22% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DE01 is #1E21FE. Grayscale: #C6C6C6. Windows color (decimal): -1974783 or 122593. OLE color: 122593.
HSL color Cylindrical-coordinate representation of color #E1DE01: hue angle of 59.2º 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 #E1DE01 is Cyan = 0, Magento = 0.01, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 222 | 1 | - |
| CMYK | 0 | 0.01 | 1.00 | 0.12 |
| HSL | 59.2º | 0.99% | 0.44% | - |
| HSV(B) | 59.2º | 1% | 0.88% | - |
| XYZ | 57.18 | 68.25 | 10.19 | - |
| YUV | 197.7 | 16.99 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 1 | 0 | 0.01 | 1.00 | 0.12 | 59.2 | 0.99 | 0.44 |
| Hex | E1 | DE | 1 | 0 | 1 | 64 | C | 3B | 63 | 2C |
| Octal | 341 | 336 | 1 | 0 | 1 | 144 | 14 | 73 | 143 | 54 |
| Binary | 11100001 | 11011110 | 1 | 0 | 1 | 1100100 | 1100 | 111011 | 1100011 | 101100 |
Color Harmonies of #E1DE01
Complementary color
Monochromatic Colors of #E1DE01
Black with #E1DE01
Text Example
Text Example
White with #E1DE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DE01; }
p { color: rgb(225,222,1); }
H1.HeaderClassName
{
color: #E1DE01;
}
.AnyTagClassName
{
color: #E1DE01;
}
</style>
background-color css
<style>
a { background-color: #E1DE01; }
a { background-color: rgb(225,222,1); }
div.DivClassName
{
background-color: #E1DE01;
}
.BgClassName
{
background-color: #E1DE01;
}
</style>
border-color css
<style>
span { border-color: #E1DE01; }
span { border-color: rgb(225,222,1); }
td.TdClassName
{
border-color: #E1DE01;
}
.TagClassName
{
border-color: #E1DE01;
}
</style>