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