Shades of Golden Sand #E5D26C
Tints of Golden Sand #E5D26C
RGB
CMYK
RGB Variations
Color information
#E5D26C (or 0xE5D26C) is known color: Golden Sand. HEX triplet: E5, D2 and 6C. RGB value is (229,210,108). Sum of RGB (Red+Green+Blue) = 229+210+108=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 108 (42.58% from 255 or 19.74% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D26C is #1A2D93. Grayscale: #CCCCCC. Windows color (decimal): -1715604 or 7131877. OLE color: 7131877.
HSL color Cylindrical-coordinate representation of color #E5D26C: hue angle of 50.58º 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 #E5D26C is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 210 | 108 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.10 |
| HSL | 50.58º | 0.7% | 0.66% | - |
| HSV(B) | 50.58º | 0.53% | 0.9% | - |
| XYZ | 58.07 | 63.83 | 23.45 | - |
| YUV | 204.05 | 73.79 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 210 | 108 | 0 | 0.08 | 0.53 | 0.10 | 50.58 | 0.7 | 0.66 |
| Hex | E5 | D2 | 6C | 0 | 8 | 35 | A | 33 | 46 | 42 |
| Octal | 345 | 322 | 154 | 0 | 10 | 65 | 12 | 63 | 106 | 102 |
| Binary | 11100101 | 11010010 | 1101100 | 0 | 1000 | 110101 | 1010 | 110011 | 1000110 | 1000010 |
Color Harmonies of #E5D26C
Complementary color
Monochromatic Colors of #E5D26C
Black with #E5D26C
Text Example
Text Example
White with #E5D26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D26C; }
p { color: rgb(229,210,108); }
H1.HeaderClassName
{
color: #E5D26C;
}
.AnyTagClassName
{
color: #E5D26C;
}
</style>
background-color css
<style>
a { background-color: #E5D26C; }
a { background-color: rgb(229,210,108); }
div.DivClassName
{
background-color: #E5D26C;
}
.BgClassName
{
background-color: #E5D26C;
}
</style>
border-color css
<style>
span { border-color: #E5D26C; }
span { border-color: rgb(229,210,108); }
td.TdClassName
{
border-color: #E5D26C;
}
.TagClassName
{
border-color: #E5D26C;
}
</style>