Shades of Golden Sand #E3CA6C
Tints of Golden Sand #E3CA6C
RGB
CMYK
RGB Variations
Color information
#E3CA6C (or 0xE3CA6C) is known color: Golden Sand. HEX triplet: E3, CA and 6C. RGB value is (227,202,108). Sum of RGB (Red+Green+Blue) = 227+202+108=537 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.27% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 108 (42.58% from 255 or 20.11% from 537); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3CA6C is #1C3593. Grayscale: #C7C7C7. Windows color (decimal): -1848724 or 7129827. OLE color: 7129827.
HSL color Cylindrical-coordinate representation of color #E3CA6C: hue angle of 47.39º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E3CA6C is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 202 | 108 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.11 |
| HSL | 47.39º | 0.68% | 0.66% | - |
| HSV(B) | 47.39º | 0.52% | 0.89% | - |
| XYZ | 55.51 | 59.65 | 22.78 | - |
| YUV | 198.76 | 76.78 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 202 | 108 | 0 | 0.11 | 0.52 | 0.11 | 47.39 | 0.68 | 0.66 |
| Hex | E3 | CA | 6C | 0 | B | 34 | B | 2F | 44 | 42 |
| Octal | 343 | 312 | 154 | 0 | 13 | 64 | 13 | 57 | 104 | 102 |
| Binary | 11100011 | 11001010 | 1101100 | 0 | 1011 | 110100 | 1011 | 101111 | 1000100 | 1000010 |
Color Harmonies of #E3CA6C
Complementary color
Monochromatic Colors of #E3CA6C
Black with #E3CA6C
Text Example
Text Example
White with #E3CA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CA6C; }
p { color: rgb(227,202,108); }
H1.HeaderClassName
{
color: #E3CA6C;
}
.AnyTagClassName
{
color: #E3CA6C;
}
</style>
background-color css
<style>
a { background-color: #E3CA6C; }
a { background-color: rgb(227,202,108); }
div.DivClassName
{
background-color: #E3CA6C;
}
.BgClassName
{
background-color: #E3CA6C;
}
</style>
border-color css
<style>
span { border-color: #E3CA6C; }
span { border-color: rgb(227,202,108); }
td.TdClassName
{
border-color: #E3CA6C;
}
.TagClassName
{
border-color: #E3CA6C;
}
</style>