Shades of Goldenrod #E3DD76
Tints of Goldenrod #E3DD76
RGB
CMYK
RGB Variations
Color information
#E3DD76 (or 0xE3DD76) is known color: Goldenrod. HEX triplet: E3, DD and 76. RGB value is (227,221,118). Sum of RGB (Red+Green+Blue) = 227+221+118=566 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.11% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 118 (46.48% from 255 or 20.85% from 566); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3DD76 is #1C2289. Grayscale: #D3D3D3. Windows color (decimal): -1843850 or 7790051. OLE color: 7790051.
HSL color Cylindrical-coordinate representation of color #E3DD76: hue angle of 56.7º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E3DD76 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 221 | 118 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.11 |
| HSL | 56.7º | 0.66% | 0.68% | - |
| HSV(B) | 56.7º | 0.48% | 0.89% | - |
| XYZ | 60.81 | 69.35 | 27.32 | - |
| YUV | 211.05 | 75.49 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 221 | 118 | 0 | 0.03 | 0.48 | 0.11 | 56.7 | 0.66 | 0.68 |
| Hex | E3 | DD | 76 | 0 | 3 | 30 | B | 39 | 42 | 44 |
| Octal | 343 | 335 | 166 | 0 | 3 | 60 | 13 | 71 | 102 | 104 |
| Binary | 11100011 | 11011101 | 1110110 | 0 | 11 | 110000 | 1011 | 111001 | 1000010 | 1000100 |
Color Harmonies of #E3DD76
Complementary color
Monochromatic Colors of #E3DD76
Black with #E3DD76
Text Example
Text Example
White with #E3DD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DD76; }
p { color: rgb(227,221,118); }
H1.HeaderClassName
{
color: #E3DD76;
}
.AnyTagClassName
{
color: #E3DD76;
}
</style>
background-color css
<style>
a { background-color: #E3DD76; }
a { background-color: rgb(227,221,118); }
div.DivClassName
{
background-color: #E3DD76;
}
.BgClassName
{
background-color: #E3DD76;
}
</style>
border-color css
<style>
span { border-color: #E3DD76; }
span { border-color: rgb(227,221,118); }
td.TdClassName
{
border-color: #E3DD76;
}
.TagClassName
{
border-color: #E3DD76;
}
</style>