Shades of Golden Sand #E6CA60
Tints of Golden Sand #E6CA60
RGB
CMYK
RGB Variations
Color information
#E6CA60 (or 0xE6CA60) is known color: Golden Sand. HEX triplet: E6, CA and 60. RGB value is (230,202,96). Sum of RGB (Red+Green+Blue) = 230+202+96=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 96 (37.89% from 255 or 18.18% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CA60 is #19359F. Grayscale: #C6C6C6. Windows color (decimal): -1652128 or 6343398. OLE color: 6343398.
HSL color Cylindrical-coordinate representation of color #E6CA60: hue angle of 47.46º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E6CA60 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 202 | 96 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.10 |
| HSL | 47.46º | 0.73% | 0.64% | - |
| HSV(B) | 47.46º | 0.58% | 0.9% | - |
| XYZ | 55.86 | 59.91 | 19.69 | - |
| YUV | 198.29 | 70.28 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 202 | 96 | 0 | 0.12 | 0.58 | 0.10 | 47.46 | 0.73 | 0.64 |
| Hex | E6 | CA | 60 | 0 | C | 3A | A | 2F | 49 | 40 |
| Octal | 346 | 312 | 140 | 0 | 14 | 72 | 12 | 57 | 111 | 100 |
| Binary | 11100110 | 11001010 | 1100000 | 0 | 1100 | 111010 | 1010 | 101111 | 1001001 | 1000000 |
Color Harmonies of #E6CA60
Complementary color
Monochromatic Colors of #E6CA60
Black with #E6CA60
Text Example
Text Example
White with #E6CA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CA60; }
p { color: rgb(230,202,96); }
H1.HeaderClassName
{
color: #E6CA60;
}
.AnyTagClassName
{
color: #E6CA60;
}
</style>
background-color css
<style>
a { background-color: #E6CA60; }
a { background-color: rgb(230,202,96); }
div.DivClassName
{
background-color: #E6CA60;
}
.BgClassName
{
background-color: #E6CA60;
}
</style>
border-color css
<style>
span { border-color: #E6CA60; }
span { border-color: rgb(230,202,96); }
td.TdClassName
{
border-color: #E6CA60;
}
.TagClassName
{
border-color: #E6CA60;
}
</style>