Shades of Golden Yellow #E9DE01
Tints of Golden Yellow #E9DE01
RGB
CMYK
RGB Variations
Color information
#E9DE01 (or 0xE9DE01) is known color: Golden Yellow. HEX triplet: E9, DE and 01. RGB value is (233,222,1). Sum of RGB (Red+Green+Blue) = 233+222+1=456 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.10% from 456); Green value is 222 (87.11% from 255 or 48.68% from 456); Blue value is 1 (0.78% from 255 or 0.22% from 456); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DE01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9DE01 is #1621FE. Grayscale: #C8C8C8. Windows color (decimal): -1450495 or 122601. OLE color: 122601.
HSL color Cylindrical-coordinate representation of color #E9DE01: hue angle of 57.16º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9DE01 is Cyan = 0, Magento = 0.05, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 222 | 1 | - |
| CMYK | 0 | 0.05 | 1.00 | 0.09 |
| HSL | 57.16º | 0.99% | 0.46% | - |
| HSV(B) | 57.16º | 1% | 0.91% | - |
| XYZ | 59.73 | 69.57 | 10.31 | - |
| YUV | 200.1 | 15.64 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 222 | 1 | 0 | 0.05 | 1.00 | 0.09 | 57.16 | 0.99 | 0.46 |
| Hex | E9 | DE | 1 | 0 | 5 | 64 | 9 | 39 | 63 | 2E |
| Octal | 351 | 336 | 1 | 0 | 5 | 144 | 11 | 71 | 143 | 56 |
| Binary | 11101001 | 11011110 | 1 | 0 | 101 | 1100100 | 1001 | 111001 | 1100011 | 101110 |
Color Harmonies of #E9DE01
Complementary color
Monochromatic Colors of #E9DE01
Black with #E9DE01
Text Example
Text Example
White with #E9DE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DE01; }
p { color: rgb(233,222,1); }
H1.HeaderClassName
{
color: #E9DE01;
}
.AnyTagClassName
{
color: #E9DE01;
}
</style>
background-color css
<style>
a { background-color: #E9DE01; }
a { background-color: rgb(233,222,1); }
div.DivClassName
{
background-color: #E9DE01;
}
.BgClassName
{
background-color: #E9DE01;
}
</style>
border-color css
<style>
span { border-color: #E9DE01; }
span { border-color: rgb(233,222,1); }
td.TdClassName
{
border-color: #E9DE01;
}
.TagClassName
{
border-color: #E9DE01;
}
</style>