Shades of Golden Yellow #E9DD00
Tints of Golden Yellow #E9DD00
RGB
CMYK
RGB Variations
Color information
#E9DD00 (or 0xE9DD00) is known color: Golden Yellow. HEX triplet: E9, DD and 00. RGB value is (233,221,0). Sum of RGB (Red+Green+Blue) = 233+221+0=454 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.32% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 0 (0.39% from 255 or 0% from 454); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DD00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9DD00 is #1622FF. Grayscale: #C8C8C8. Windows color (decimal): -1450752 or 56809. OLE color: 56809.
HSL color Cylindrical-coordinate representation of color #E9DD00: hue angle of 56.91º 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 #E9DD00 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 221 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.09 |
| HSL | 56.91º | 1% | 0.46% | - |
| HSV(B) | 56.91º | 1% | 0.91% | - |
| XYZ | 59.46 | 69.04 | 10.19 | - |
| YUV | 199.39 | 15.48 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 221 | 0 | 0 | 0.05 | 1 | 0.09 | 56.91 | 1 | 0.46 |
| Hex | E9 | DD | 0 | 0 | 5 | 64 | 9 | 39 | 64 | 2E |
| Octal | 351 | 335 | 0 | 0 | 5 | 144 | 11 | 71 | 144 | 56 |
| Binary | 11101001 | 11011101 | 0 | 0 | 101 | 1100100 | 1001 | 111001 | 1100100 | 101110 |
Color Harmonies of #E9DD00
Complementary color
Monochromatic Colors of #E9DD00
Black with #E9DD00
Text Example
Text Example
White with #E9DD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DD00; }
p { color: rgb(233,221,0); }
H1.HeaderClassName
{
color: #E9DD00;
}
.AnyTagClassName
{
color: #E9DD00;
}
</style>
background-color css
<style>
a { background-color: #E9DD00; }
a { background-color: rgb(233,221,0); }
div.DivClassName
{
background-color: #E9DD00;
}
.BgClassName
{
background-color: #E9DD00;
}
</style>
border-color css
<style>
span { border-color: #E9DD00; }
span { border-color: rgb(233,221,0); }
td.TdClassName
{
border-color: #E9DD00;
}
.TagClassName
{
border-color: #E9DD00;
}
</style>