Shades of Golden Sand #E0CA60
Tints of Golden Sand #E0CA60
RGB
CMYK
RGB Variations
Color information
#E0CA60 (or 0xE0CA60) is known color: Golden Sand. HEX triplet: E0, CA and 60. RGB value is (224,202,96). Sum of RGB (Red+Green+Blue) = 224+202+96=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 96 (37.89% from 255 or 18.39% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CA60 is #1F359F. Grayscale: #C4C4C4. Windows color (decimal): -2045344 or 6343392. OLE color: 6343392.
HSL color Cylindrical-coordinate representation of color #E0CA60: hue angle of 49.69º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E0CA60 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 202 | 96 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.12 |
| HSL | 49.69º | 0.67% | 0.63% | - |
| HSV(B) | 49.69º | 0.57% | 0.88% | - |
| XYZ | 53.97 | 58.93 | 19.6 | - |
| YUV | 196.49 | 71.29 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 202 | 96 | 0 | 0.10 | 0.57 | 0.12 | 49.69 | 0.67 | 0.63 |
| Hex | E0 | CA | 60 | 0 | A | 39 | C | 32 | 43 | 3F |
| Octal | 340 | 312 | 140 | 0 | 12 | 71 | 14 | 62 | 103 | 77 |
| Binary | 11100000 | 11001010 | 1100000 | 0 | 1010 | 111001 | 1100 | 110010 | 1000011 | 111111 |
Color Harmonies of #E0CA60
Complementary color
Monochromatic Colors of #E0CA60
Black with #E0CA60
Text Example
Text Example
White with #E0CA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CA60; }
p { color: rgb(224,202,96); }
H1.HeaderClassName
{
color: #E0CA60;
}
.AnyTagClassName
{
color: #E0CA60;
}
</style>
background-color css
<style>
a { background-color: #E0CA60; }
a { background-color: rgb(224,202,96); }
div.DivClassName
{
background-color: #E0CA60;
}
.BgClassName
{
background-color: #E0CA60;
}
</style>
border-color css
<style>
span { border-color: #E0CA60; }
span { border-color: rgb(224,202,96); }
td.TdClassName
{
border-color: #E0CA60;
}
.TagClassName
{
border-color: #E0CA60;
}
</style>