Shades of Goldenrod #E5DC6A
Tints of Goldenrod #E5DC6A
RGB
CMYK
RGB Variations
Color information
#E5DC6A (or 0xE5DC6A) is known color: Goldenrod. HEX triplet: E5, DC and 6A. RGB value is (229,220,106). Sum of RGB (Red+Green+Blue) = 229+220+106=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 106 (41.80% from 255 or 19.10% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DC6A is #1A2395. Grayscale: #D2D2D2. Windows color (decimal): -1713046 or 7003365. OLE color: 7003365.
HSL color Cylindrical-coordinate representation of color #E5DC6A: hue angle of 55.61º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E5DC6A is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 106 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.10 |
| HSL | 55.61º | 0.7% | 0.66% | - |
| HSV(B) | 55.61º | 0.54% | 0.9% | - |
| XYZ | 60.51 | 68.89 | 23.74 | - |
| YUV | 209.7 | 69.48 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 106 | 0 | 0.04 | 0.54 | 0.10 | 55.61 | 0.7 | 0.66 |
| Hex | E5 | DC | 6A | 0 | 4 | 36 | A | 38 | 46 | 42 |
| Octal | 345 | 334 | 152 | 0 | 4 | 66 | 12 | 70 | 106 | 102 |
| Binary | 11100101 | 11011100 | 1101010 | 0 | 100 | 110110 | 1010 | 111000 | 1000110 | 1000010 |
Color Harmonies of #E5DC6A
Complementary color
Monochromatic Colors of #E5DC6A
Black with #E5DC6A
Text Example
Text Example
White with #E5DC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DC6A; }
p { color: rgb(229,220,106); }
H1.HeaderClassName
{
color: #E5DC6A;
}
.AnyTagClassName
{
color: #E5DC6A;
}
</style>
background-color css
<style>
a { background-color: #E5DC6A; }
a { background-color: rgb(229,220,106); }
div.DivClassName
{
background-color: #E5DC6A;
}
.BgClassName
{
background-color: #E5DC6A;
}
</style>
border-color css
<style>
span { border-color: #E5DC6A; }
span { border-color: rgb(229,220,106); }
td.TdClassName
{
border-color: #E5DC6A;
}
.TagClassName
{
border-color: #E5DC6A;
}
</style>