Shades of Golden Yellow #E9E000
Tints of Golden Yellow #E9E000
RGB
CMYK
RGB Variations
Color information
#E9E000 (or 0xE9E000) is known color: Golden Yellow. HEX triplet: E9, E0 and 00. RGB value is (233,224,0). Sum of RGB (Red+Green+Blue) = 233+224+0=457 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.98% from 457); Green value is 224 (87.89% from 255 or 49.02% from 457); Blue value is 0 (0.39% from 255 or 0% from 457); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9E000 is #161FFF. Grayscale: #CACACA. Windows color (decimal): -1449984 or 57577. OLE color: 57577.
HSL color Cylindrical-coordinate representation of color #E9E000: hue angle of 57.68º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9E000 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 224 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.09 |
| HSL | 57.68º | 1% | 0.46% | - |
| HSV(B) | 57.68º | 1% | 0.91% | - |
| XYZ | 60.26 | 70.63 | 10.46 | - |
| YUV | 201.16 | 14.48 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 224 | 0 | 0 | 0.04 | 1 | 0.09 | 57.68 | 1 | 0.46 |
| Hex | E9 | E0 | 0 | 0 | 4 | 64 | 9 | 3A | 64 | 2E |
| Octal | 351 | 340 | 0 | 0 | 4 | 144 | 11 | 72 | 144 | 56 |
| Binary | 11101001 | 11100000 | 0 | 0 | 100 | 1100100 | 1001 | 111010 | 1100100 | 101110 |
Color Harmonies of #E9E000
Complementary color
Monochromatic Colors of #E9E000
Black with #E9E000
Text Example
Text Example
White with #E9E000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E000; }
p { color: rgb(233,224,0); }
H1.HeaderClassName
{
color: #E9E000;
}
.AnyTagClassName
{
color: #E9E000;
}
</style>
background-color css
<style>
a { background-color: #E9E000; }
a { background-color: rgb(233,224,0); }
div.DivClassName
{
background-color: #E9E000;
}
.BgClassName
{
background-color: #E9E000;
}
</style>
border-color css
<style>
span { border-color: #E9E000; }
span { border-color: rgb(233,224,0); }
td.TdClassName
{
border-color: #E9E000;
}
.TagClassName
{
border-color: #E9E000;
}
</style>