Shades of Goldenrod #E5DC69
Tints of Goldenrod #E5DC69
RGB
CMYK
RGB Variations
Color information
#E5DC69 (or 0xE5DC69) is known color: Goldenrod. HEX triplet: E5, DC and 69. RGB value is (229,220,105). Sum of RGB (Red+Green+Blue) = 229+220+105=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 105 (41.41% from 255 or 18.95% from 554); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DC69 is #1A2396. Grayscale: #D2D2D2. Windows color (decimal): -1713047 or 6937829. OLE color: 6937829.
HSL color Cylindrical-coordinate representation of color #E5DC69: hue angle of 55.65º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E5DC69 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 105 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.10 |
| HSL | 55.65º | 0.7% | 0.65% | - |
| HSV(B) | 55.65º | 0.54% | 0.9% | - |
| XYZ | 60.46 | 68.86 | 23.47 | - |
| YUV | 209.58 | 68.98 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 105 | 0 | 0.04 | 0.54 | 0.10 | 55.65 | 0.7 | 0.65 |
| Hex | E5 | DC | 69 | 0 | 4 | 36 | A | 38 | 46 | 41 |
| Octal | 345 | 334 | 151 | 0 | 4 | 66 | 12 | 70 | 106 | 101 |
| Binary | 11100101 | 11011100 | 1101001 | 0 | 100 | 110110 | 1010 | 111000 | 1000110 | 1000001 |
Color Harmonies of #E5DC69
Complementary color
Monochromatic Colors of #E5DC69
Black with #E5DC69
Text Example
Text Example
White with #E5DC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DC69; }
p { color: rgb(229,220,105); }
H1.HeaderClassName
{
color: #E5DC69;
}
.AnyTagClassName
{
color: #E5DC69;
}
</style>
background-color css
<style>
a { background-color: #E5DC69; }
a { background-color: rgb(229,220,105); }
div.DivClassName
{
background-color: #E5DC69;
}
.BgClassName
{
background-color: #E5DC69;
}
</style>
border-color css
<style>
span { border-color: #E5DC69; }
span { border-color: rgb(229,220,105); }
td.TdClassName
{
border-color: #E5DC69;
}
.TagClassName
{
border-color: #E5DC69;
}
</style>