Shades of Goldenrod #E3DD75
Tints of Goldenrod #E3DD75
RGB
CMYK
RGB Variations
Color information
#E3DD75 (or 0xE3DD75) is known color: Goldenrod. HEX triplet: E3, DD and 75. RGB value is (227,221,117). Sum of RGB (Red+Green+Blue) = 227+221+117=565 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.18% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 117 (46.09% from 255 or 20.71% from 565); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3DD75 is #1C228A. Grayscale: #D3D3D3. Windows color (decimal): -1843851 or 7724515. OLE color: 7724515.
HSL color Cylindrical-coordinate representation of color #E3DD75: hue angle of 56.73º degrees, saturation: 0.66, 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 #E3DD75 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 221 | 117 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.11 |
| HSL | 56.73º | 0.66% | 0.67% | - |
| HSV(B) | 56.73º | 0.48% | 0.89% | - |
| XYZ | 60.75 | 69.33 | 27.01 | - |
| YUV | 210.94 | 74.99 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 221 | 117 | 0 | 0.03 | 0.48 | 0.11 | 56.73 | 0.66 | 0.67 |
| Hex | E3 | DD | 75 | 0 | 3 | 30 | B | 39 | 42 | 43 |
| Octal | 343 | 335 | 165 | 0 | 3 | 60 | 13 | 71 | 102 | 103 |
| Binary | 11100011 | 11011101 | 1110101 | 0 | 11 | 110000 | 1011 | 111001 | 1000010 | 1000011 |
Color Harmonies of #E3DD75
Complementary color
Monochromatic Colors of #E3DD75
Black with #E3DD75
Text Example
Text Example
White with #E3DD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DD75; }
p { color: rgb(227,221,117); }
H1.HeaderClassName
{
color: #E3DD75;
}
.AnyTagClassName
{
color: #E3DD75;
}
</style>
background-color css
<style>
a { background-color: #E3DD75; }
a { background-color: rgb(227,221,117); }
div.DivClassName
{
background-color: #E3DD75;
}
.BgClassName
{
background-color: #E3DD75;
}
</style>
border-color css
<style>
span { border-color: #E3DD75; }
span { border-color: rgb(227,221,117); }
td.TdClassName
{
border-color: #E3DD75;
}
.TagClassName
{
border-color: #E3DD75;
}
</style>