Shades of Goldenrod #E5DD6C
Tints of Goldenrod #E5DD6C
RGB
CMYK
RGB Variations
Color information
#E5DD6C (or 0xE5DD6C) is known color: Goldenrod. HEX triplet: E5, DD and 6C. RGB value is (229,221,108). Sum of RGB (Red+Green+Blue) = 229+221+108=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 108 (42.58% from 255 or 19.35% from 558); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DD6C is #1A2293. Grayscale: #D2D2D2. Windows color (decimal): -1712788 or 7134693. OLE color: 7134693.
HSL color Cylindrical-coordinate representation of color #E5DD6C: hue angle of 56.03º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5DD6C is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 108 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.10 |
| HSL | 56.03º | 0.7% | 0.66% | - |
| HSV(B) | 56.03º | 0.53% | 0.9% | - |
| XYZ | 60.88 | 69.45 | 24.38 | - |
| YUV | 210.51 | 70.15 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 108 | 0 | 0.03 | 0.53 | 0.10 | 56.03 | 0.7 | 0.66 |
| Hex | E5 | DD | 6C | 0 | 3 | 35 | A | 38 | 46 | 42 |
| Octal | 345 | 335 | 154 | 0 | 3 | 65 | 12 | 70 | 106 | 102 |
| Binary | 11100101 | 11011101 | 1101100 | 0 | 11 | 110101 | 1010 | 111000 | 1000110 | 1000010 |
Color Harmonies of #E5DD6C
Complementary color
Monochromatic Colors of #E5DD6C
Black with #E5DD6C
Text Example
Text Example
White with #E5DD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DD6C; }
p { color: rgb(229,221,108); }
H1.HeaderClassName
{
color: #E5DD6C;
}
.AnyTagClassName
{
color: #E5DD6C;
}
</style>
background-color css
<style>
a { background-color: #E5DD6C; }
a { background-color: rgb(229,221,108); }
div.DivClassName
{
background-color: #E5DD6C;
}
.BgClassName
{
background-color: #E5DD6C;
}
</style>
border-color css
<style>
span { border-color: #E5DD6C; }
span { border-color: rgb(229,221,108); }
td.TdClassName
{
border-color: #E5DD6C;
}
.TagClassName
{
border-color: #E5DD6C;
}
</style>