Shades of Golden Sand #E5C565
Tints of Golden Sand #E5C565
RGB
CMYK
RGB Variations
Color information
#E5C565 (or 0xE5C565) is known color: Golden Sand. HEX triplet: E5, C5 and 65. RGB value is (229,197,101). Sum of RGB (Red+Green+Blue) = 229+197+101=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C565 is #1A3A9A. Grayscale: #C4C4C4. Windows color (decimal): -1718939 or 6669797. OLE color: 6669797.
HSL color Cylindrical-coordinate representation of color #E5C565: hue angle of 45º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E5C565 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 197 | 101 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.10 |
| HSL | 45º | 0.71% | 0.65% | - |
| HSV(B) | 45º | 0.56% | 0.9% | - |
| XYZ | 54.63 | 57.53 | 20.54 | - |
| YUV | 195.62 | 74.6 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 197 | 101 | 0 | 0.14 | 0.56 | 0.10 | 45 | 0.71 | 0.65 |
| Hex | E5 | C5 | 65 | 0 | E | 38 | A | 2D | 47 | 41 |
| Octal | 345 | 305 | 145 | 0 | 16 | 70 | 12 | 55 | 107 | 101 |
| Binary | 11100101 | 11000101 | 1100101 | 0 | 1110 | 111000 | 1010 | 101101 | 1000111 | 1000001 |
Color Harmonies of #E5C565
Complementary color
Monochromatic Colors of #E5C565
Black with #E5C565
Text Example
Text Example
White with #E5C565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C565; }
p { color: rgb(229,197,101); }
H1.HeaderClassName
{
color: #E5C565;
}
.AnyTagClassName
{
color: #E5C565;
}
</style>
background-color css
<style>
a { background-color: #E5C565; }
a { background-color: rgb(229,197,101); }
div.DivClassName
{
background-color: #E5C565;
}
.BgClassName
{
background-color: #E5C565;
}
</style>
border-color css
<style>
span { border-color: #E5C565; }
span { border-color: rgb(229,197,101); }
td.TdClassName
{
border-color: #E5C565;
}
.TagClassName
{
border-color: #E5C565;
}
</style>