Shades of Golden Yellow #E9DC00
Tints of Golden Yellow #E9DC00
RGB
CMYK
RGB Variations
Color information
#E9DC00 (or 0xE9DC00) is known color: Golden Yellow. HEX triplet: E9, DC and 00. RGB value is (233,220,0). Sum of RGB (Red+Green+Blue) = 233+220+0=453 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.43% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 0 (0.39% from 255 or 0% from 453); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9DC00 is #1623FF. Grayscale: #C7C7C7. Windows color (decimal): -1451008 or 56553. OLE color: 56553.
HSL color Cylindrical-coordinate representation of color #E9DC00: hue angle of 56.65º 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 #E9DC00 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.09 |
| HSL | 56.65º | 1% | 0.46% | - |
| HSV(B) | 56.65º | 1% | 0.91% | - |
| XYZ | 59.2 | 68.51 | 10.1 | - |
| YUV | 198.81 | 15.81 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 0 | 0 | 0.06 | 1 | 0.09 | 56.65 | 1 | 0.46 |
| Hex | E9 | DC | 0 | 0 | 6 | 64 | 9 | 39 | 64 | 2E |
| Octal | 351 | 334 | 0 | 0 | 6 | 144 | 11 | 71 | 144 | 56 |
| Binary | 11101001 | 11011100 | 0 | 0 | 110 | 1100100 | 1001 | 111001 | 1100100 | 101110 |
Color Harmonies of #E9DC00
Complementary color
Monochromatic Colors of #E9DC00
Black with #E9DC00
Text Example
Text Example
White with #E9DC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DC00; }
p { color: rgb(233,220,0); }
H1.HeaderClassName
{
color: #E9DC00;
}
.AnyTagClassName
{
color: #E9DC00;
}
</style>
background-color css
<style>
a { background-color: #E9DC00; }
a { background-color: rgb(233,220,0); }
div.DivClassName
{
background-color: #E9DC00;
}
.BgClassName
{
background-color: #E9DC00;
}
</style>
border-color css
<style>
span { border-color: #E9DC00; }
span { border-color: rgb(233,220,0); }
td.TdClassName
{
border-color: #E9DC00;
}
.TagClassName
{
border-color: #E9DC00;
}
</style>