Shades of Golden Sand #E5CA5C
Tints of Golden Sand #E5CA5C
RGB
CMYK
RGB Variations
Color information
#E5CA5C (or 0xE5CA5C) is known color: Golden Sand. HEX triplet: E5, CA and 5C. RGB value is (229,202,92). Sum of RGB (Red+Green+Blue) = 229+202+92=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 92 (36.33% from 255 or 17.59% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CA5C is #1A35A3. Grayscale: #C6C6C6. Windows color (decimal): -1717668 or 6081253. OLE color: 6081253.
HSL color Cylindrical-coordinate representation of color #E5CA5C: hue angle of 48.18º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E5CA5C is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 202 | 92 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.10 |
| HSL | 48.18º | 0.72% | 0.63% | - |
| HSV(B) | 48.18º | 0.6% | 0.9% | - |
| XYZ | 55.37 | 59.67 | 18.72 | - |
| YUV | 197.53 | 68.45 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 202 | 92 | 0 | 0.12 | 0.60 | 0.10 | 48.18 | 0.72 | 0.63 |
| Hex | E5 | CA | 5C | 0 | C | 3C | A | 30 | 48 | 3F |
| Octal | 345 | 312 | 134 | 0 | 14 | 74 | 12 | 60 | 110 | 77 |
| Binary | 11100101 | 11001010 | 1011100 | 0 | 1100 | 111100 | 1010 | 110000 | 1001000 | 111111 |
Color Harmonies of #E5CA5C
Complementary color
Monochromatic Colors of #E5CA5C
Black with #E5CA5C
Text Example
Text Example
White with #E5CA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CA5C; }
p { color: rgb(229,202,92); }
H1.HeaderClassName
{
color: #E5CA5C;
}
.AnyTagClassName
{
color: #E5CA5C;
}
</style>
background-color css
<style>
a { background-color: #E5CA5C; }
a { background-color: rgb(229,202,92); }
div.DivClassName
{
background-color: #E5CA5C;
}
.BgClassName
{
background-color: #E5CA5C;
}
</style>
border-color css
<style>
span { border-color: #E5CA5C; }
span { border-color: rgb(229,202,92); }
td.TdClassName
{
border-color: #E5CA5C;
}
.TagClassName
{
border-color: #E5CA5C;
}
</style>