Shades of Goldenrod #E2DD75
Tints of Goldenrod #E2DD75
RGB
CMYK
RGB Variations
Color information
#E2DD75 (or 0xE2DD75) is known color: Goldenrod. HEX triplet: E2, DD and 75. RGB value is (226,221,117). Sum of RGB (Red+Green+Blue) = 226+221+117=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 117 (46.09% from 255 or 20.74% from 564); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DD75 is #1D228A. Grayscale: #D3D3D3. Windows color (decimal): -1909387 or 7724514. OLE color: 7724514.
HSL color Cylindrical-coordinate representation of color #E2DD75: hue angle of 57.25º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E2DD75 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 117 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.11 |
| HSL | 57.25º | 0.65% | 0.67% | - |
| HSV(B) | 57.25º | 0.48% | 0.89% | - |
| XYZ | 60.43 | 69.17 | 26.99 | - |
| YUV | 210.64 | 75.16 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 117 | 0 | 0.02 | 0.48 | 0.11 | 57.25 | 0.65 | 0.67 |
| Hex | E2 | DD | 75 | 0 | 2 | 30 | B | 39 | 41 | 43 |
| Octal | 342 | 335 | 165 | 0 | 2 | 60 | 13 | 71 | 101 | 103 |
| Binary | 11100010 | 11011101 | 1110101 | 0 | 10 | 110000 | 1011 | 111001 | 1000001 | 1000011 |
Color Harmonies of #E2DD75
Complementary color
Monochromatic Colors of #E2DD75
Black with #E2DD75
Text Example
Text Example
White with #E2DD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD75; }
p { color: rgb(226,221,117); }
H1.HeaderClassName
{
color: #E2DD75;
}
.AnyTagClassName
{
color: #E2DD75;
}
</style>
background-color css
<style>
a { background-color: #E2DD75; }
a { background-color: rgb(226,221,117); }
div.DivClassName
{
background-color: #E2DD75;
}
.BgClassName
{
background-color: #E2DD75;
}
</style>
border-color css
<style>
span { border-color: #E2DD75; }
span { border-color: rgb(226,221,117); }
td.TdClassName
{
border-color: #E2DD75;
}
.TagClassName
{
border-color: #E2DD75;
}
</style>