Shades of Golden Yellow #E2DD03
Tints of Golden Yellow #E2DD03
RGB
CMYK
RGB Variations
Color information
#E2DD03 (or 0xE2DD03) is known color: Golden Yellow. HEX triplet: E2, DD and 03. RGB value is (226,221,3). Sum of RGB (Red+Green+Blue) = 226+221+3=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 3 (1.56% from 255 or 0.67% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DD03 is #1D22FC. Grayscale: #C6C6C6. Windows color (decimal): -1909501 or 253410. OLE color: 253410.
HSL color Cylindrical-coordinate representation of color #E2DD03: hue angle of 58.65º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E2DD03 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 3 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.11 |
| HSL | 58.65º | 0.97% | 0.45% | - |
| HSV(B) | 58.65º | 0.99% | 0.89% | - |
| XYZ | 57.24 | 67.89 | 10.17 | - |
| YUV | 197.64 | 18.16 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 3 | 0 | 0.02 | 0.99 | 0.11 | 58.65 | 0.97 | 0.45 |
| Hex | E2 | DD | 3 | 0 | 2 | 63 | B | 3B | 61 | 2D |
| Octal | 342 | 335 | 3 | 0 | 2 | 143 | 13 | 73 | 141 | 55 |
| Binary | 11100010 | 11011101 | 11 | 0 | 10 | 1100011 | 1011 | 111011 | 1100001 | 101101 |
Color Harmonies of #E2DD03
Complementary color
Monochromatic Colors of #E2DD03
Black with #E2DD03
Text Example
Text Example
White with #E2DD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD03; }
p { color: rgb(226,221,3); }
H1.HeaderClassName
{
color: #E2DD03;
}
.AnyTagClassName
{
color: #E2DD03;
}
</style>
background-color css
<style>
a { background-color: #E2DD03; }
a { background-color: rgb(226,221,3); }
div.DivClassName
{
background-color: #E2DD03;
}
.BgClassName
{
background-color: #E2DD03;
}
</style>
border-color css
<style>
span { border-color: #E2DD03; }
span { border-color: rgb(226,221,3); }
td.TdClassName
{
border-color: #E2DD03;
}
.TagClassName
{
border-color: #E2DD03;
}
</style>