Shades of Golden Yellow #E0DD03
Tints of Golden Yellow #E0DD03
RGB
CMYK
RGB Variations
Color information
#E0DD03 (or 0xE0DD03) is known color: Golden Yellow. HEX triplet: E0, DD and 03. RGB value is (224,221,3). Sum of RGB (Red+Green+Blue) = 224+221+3=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 3 (1.56% from 255 or 0.67% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DD03 is #1F22FC. Grayscale: #C5C5C5. Windows color (decimal): -2040573 or 253408. OLE color: 253408.
HSL color Cylindrical-coordinate representation of color #E0DD03: hue angle of 59.19º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E0DD03 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 3 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.12 |
| HSL | 59.19º | 0.97% | 0.45% | - |
| HSV(B) | 59.19º | 0.99% | 0.88% | - |
| XYZ | 56.61 | 67.57 | 10.14 | - |
| YUV | 197.05 | 18.49 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 3 | 0 | 0.01 | 0.99 | 0.12 | 59.19 | 0.97 | 0.45 |
| Hex | E0 | DD | 3 | 0 | 1 | 63 | C | 3B | 61 | 2D |
| Octal | 340 | 335 | 3 | 0 | 1 | 143 | 14 | 73 | 141 | 55 |
| Binary | 11100000 | 11011101 | 11 | 0 | 1 | 1100011 | 1100 | 111011 | 1100001 | 101101 |
Color Harmonies of #E0DD03
Complementary color
Monochromatic Colors of #E0DD03
Black with #E0DD03
Text Example
Text Example
White with #E0DD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DD03; }
p { color: rgb(224,221,3); }
H1.HeaderClassName
{
color: #E0DD03;
}
.AnyTagClassName
{
color: #E0DD03;
}
</style>
background-color css
<style>
a { background-color: #E0DD03; }
a { background-color: rgb(224,221,3); }
div.DivClassName
{
background-color: #E0DD03;
}
.BgClassName
{
background-color: #E0DD03;
}
</style>
border-color css
<style>
span { border-color: #E0DD03; }
span { border-color: rgb(224,221,3); }
td.TdClassName
{
border-color: #E0DD03;
}
.TagClassName
{
border-color: #E0DD03;
}
</style>