Shades of Goldenrod #E5DC6C
Tints of Goldenrod #E5DC6C
RGB
CMYK
RGB Variations
Color information
#E5DC6C (or 0xE5DC6C) is known color: Goldenrod. HEX triplet: E5, DC and 6C. RGB value is (229,220,108). Sum of RGB (Red+Green+Blue) = 229+220+108=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 108 (42.58% from 255 or 19.39% from 557); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DC6C is #1A2393. Grayscale: #D2D2D2. Windows color (decimal): -1713044 or 7134437. OLE color: 7134437.
HSL color Cylindrical-coordinate representation of color #E5DC6C: hue angle of 55.54º 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 #E5DC6C is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 108 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.10 |
| HSL | 55.54º | 0.7% | 0.66% | - |
| HSV(B) | 55.54º | 0.53% | 0.9% | - |
| XYZ | 60.61 | 68.93 | 24.3 | - |
| YUV | 209.92 | 70.48 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 108 | 0 | 0.04 | 0.53 | 0.10 | 55.54 | 0.7 | 0.66 |
| Hex | E5 | DC | 6C | 0 | 4 | 35 | A | 38 | 46 | 42 |
| Octal | 345 | 334 | 154 | 0 | 4 | 65 | 12 | 70 | 106 | 102 |
| Binary | 11100101 | 11011100 | 1101100 | 0 | 100 | 110101 | 1010 | 111000 | 1000110 | 1000010 |
Color Harmonies of #E5DC6C
Complementary color
Monochromatic Colors of #E5DC6C
Black with #E5DC6C
Text Example
Text Example
White with #E5DC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DC6C; }
p { color: rgb(229,220,108); }
H1.HeaderClassName
{
color: #E5DC6C;
}
.AnyTagClassName
{
color: #E5DC6C;
}
</style>
background-color css
<style>
a { background-color: #E5DC6C; }
a { background-color: rgb(229,220,108); }
div.DivClassName
{
background-color: #E5DC6C;
}
.BgClassName
{
background-color: #E5DC6C;
}
</style>
border-color css
<style>
span { border-color: #E5DC6C; }
span { border-color: rgb(229,220,108); }
td.TdClassName
{
border-color: #E5DC6C;
}
.TagClassName
{
border-color: #E5DC6C;
}
</style>