Shades of Golden Sand #E5CA6C
Tints of Golden Sand #E5CA6C
RGB
CMYK
RGB Variations
Color information
#E5CA6C (or 0xE5CA6C) is known color: Golden Sand. HEX triplet: E5, CA and 6C. RGB value is (229,202,108). Sum of RGB (Red+Green+Blue) = 229+202+108=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 108 (42.58% from 255 or 20.04% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CA6C is #1A3593. Grayscale: #C7C7C7. Windows color (decimal): -1717652 or 7129829. OLE color: 7129829.
HSL color Cylindrical-coordinate representation of color #E5CA6C: hue angle of 46.61º 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 #E5CA6C is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 202 | 108 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.10 |
| HSL | 46.61º | 0.7% | 0.66% | - |
| HSV(B) | 46.61º | 0.53% | 0.9% | - |
| XYZ | 56.14 | 59.98 | 22.81 | - |
| YUV | 199.36 | 76.45 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 202 | 108 | 0 | 0.12 | 0.53 | 0.10 | 46.61 | 0.7 | 0.66 |
| Hex | E5 | CA | 6C | 0 | C | 35 | A | 2F | 46 | 42 |
| Octal | 345 | 312 | 154 | 0 | 14 | 65 | 12 | 57 | 106 | 102 |
| Binary | 11100101 | 11001010 | 1101100 | 0 | 1100 | 110101 | 1010 | 101111 | 1000110 | 1000010 |
Color Harmonies of #E5CA6C
Complementary color
Monochromatic Colors of #E5CA6C
Black with #E5CA6C
Text Example
Text Example
White with #E5CA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CA6C; }
p { color: rgb(229,202,108); }
H1.HeaderClassName
{
color: #E5CA6C;
}
.AnyTagClassName
{
color: #E5CA6C;
}
</style>
background-color css
<style>
a { background-color: #E5CA6C; }
a { background-color: rgb(229,202,108); }
div.DivClassName
{
background-color: #E5CA6C;
}
.BgClassName
{
background-color: #E5CA6C;
}
</style>
border-color css
<style>
span { border-color: #E5CA6C; }
span { border-color: rgb(229,202,108); }
td.TdClassName
{
border-color: #E5CA6C;
}
.TagClassName
{
border-color: #E5CA6C;
}
</style>