Shades of Golden Yellow #E2DD07
Tints of Golden Yellow #E2DD07
RGB
CMYK
RGB Variations
Color information
#E2DD07 (or 0xE2DD07) is known color: Golden Yellow. HEX triplet: E2, DD and 07. RGB value is (226,221,7). Sum of RGB (Red+Green+Blue) = 226+221+7=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 7 (3.12% from 255 or 1.54% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DD07 is #1D22F8. Grayscale: #C6C6C6. Windows color (decimal): -1909497 or 515554. OLE color: 515554.
HSL color Cylindrical-coordinate representation of color #E2DD07: hue angle of 58.63º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E2DD07 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 7 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.11 |
| HSL | 58.63º | 0.94% | 0.46% | - |
| HSV(B) | 58.63º | 0.97% | 0.89% | - |
| XYZ | 57.26 | 67.9 | 10.29 | - |
| YUV | 198.1 | 20.16 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 7 | 0 | 0.02 | 0.97 | 0.11 | 58.63 | 0.94 | 0.46 |
| Hex | E2 | DD | 7 | 0 | 2 | 61 | B | 3B | 5E | 2E |
| Octal | 342 | 335 | 7 | 0 | 2 | 141 | 13 | 73 | 136 | 56 |
| Binary | 11100010 | 11011101 | 111 | 0 | 10 | 1100001 | 1011 | 111011 | 1011110 | 101110 |
Color Harmonies of #E2DD07
Complementary color
Monochromatic Colors of #E2DD07
Black with #E2DD07
Text Example
Text Example
White with #E2DD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD07; }
p { color: rgb(226,221,7); }
H1.HeaderClassName
{
color: #E2DD07;
}
.AnyTagClassName
{
color: #E2DD07;
}
</style>
background-color css
<style>
a { background-color: #E2DD07; }
a { background-color: rgb(226,221,7); }
div.DivClassName
{
background-color: #E2DD07;
}
.BgClassName
{
background-color: #E2DD07;
}
</style>
border-color css
<style>
span { border-color: #E2DD07; }
span { border-color: rgb(226,221,7); }
td.TdClassName
{
border-color: #E2DD07;
}
.TagClassName
{
border-color: #E2DD07;
}
</style>