Shades of Golden Yellow #E9DD03
Tints of Golden Yellow #E9DD03
RGB
CMYK
RGB Variations
Color information
#E9DD03 (or 0xE9DD03) is known color: Golden Yellow. HEX triplet: E9, DD and 03. RGB value is (233,221,3). Sum of RGB (Red+Green+Blue) = 233+221+3=457 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.98% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 3 (1.56% from 255 or 0.66% from 457); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DD03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9DD03 is #1622FC. Grayscale: #C8C8C8. Windows color (decimal): -1450749 or 253417. OLE color: 253417.
HSL color Cylindrical-coordinate representation of color #E9DD03: hue angle of 56.87º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E9DD03 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 221 | 3 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.09 |
| HSL | 56.87º | 0.97% | 0.46% | - |
| HSV(B) | 56.87º | 0.99% | 0.91% | - |
| XYZ | 59.48 | 69.04 | 10.28 | - |
| YUV | 199.74 | 16.98 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 221 | 3 | 0 | 0.05 | 0.99 | 0.09 | 56.87 | 0.97 | 0.46 |
| Hex | E9 | DD | 3 | 0 | 5 | 63 | 9 | 39 | 61 | 2E |
| Octal | 351 | 335 | 3 | 0 | 5 | 143 | 11 | 71 | 141 | 56 |
| Binary | 11101001 | 11011101 | 11 | 0 | 101 | 1100011 | 1001 | 111001 | 1100001 | 101110 |
Color Harmonies of #E9DD03
Complementary color
Monochromatic Colors of #E9DD03
Black with #E9DD03
Text Example
Text Example
White with #E9DD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DD03; }
p { color: rgb(233,221,3); }
H1.HeaderClassName
{
color: #E9DD03;
}
.AnyTagClassName
{
color: #E9DD03;
}
</style>
background-color css
<style>
a { background-color: #E9DD03; }
a { background-color: rgb(233,221,3); }
div.DivClassName
{
background-color: #E9DD03;
}
.BgClassName
{
background-color: #E9DD03;
}
</style>
border-color css
<style>
span { border-color: #E9DD03; }
span { border-color: rgb(233,221,3); }
td.TdClassName
{
border-color: #E9DD03;
}
.TagClassName
{
border-color: #E9DD03;
}
</style>