Shades of Golden Sand #E3CA6E
Tints of Golden Sand #E3CA6E
RGB
CMYK
RGB Variations
Color information
#E3CA6E (or 0xE3CA6E) is known color: Golden Sand. HEX triplet: E3, CA and 6E. RGB value is (227,202,110). Sum of RGB (Red+Green+Blue) = 227+202+110=539 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.12% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 110 (43.36% from 255 or 20.41% from 539); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3CA6E is #1C3591. Grayscale: #C7C7C7. Windows color (decimal): -1848722 or 7260899. OLE color: 7260899.
HSL color Cylindrical-coordinate representation of color #E3CA6E: hue angle of 47.18º 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 #E3CA6E is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 202 | 110 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.11 |
| HSL | 47.18º | 0.68% | 0.66% | - |
| HSV(B) | 47.18º | 0.52% | 0.89% | - |
| XYZ | 55.61 | 59.7 | 23.34 | - |
| YUV | 198.99 | 77.78 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 202 | 110 | 0 | 0.11 | 0.52 | 0.11 | 47.18 | 0.68 | 0.66 |
| Hex | E3 | CA | 6E | 0 | B | 34 | B | 2F | 44 | 42 |
| Octal | 343 | 312 | 156 | 0 | 13 | 64 | 13 | 57 | 104 | 102 |
| Binary | 11100011 | 11001010 | 1101110 | 0 | 1011 | 110100 | 1011 | 101111 | 1000100 | 1000010 |
Color Harmonies of #E3CA6E
Complementary color
Monochromatic Colors of #E3CA6E
Black with #E3CA6E
Text Example
Text Example
White with #E3CA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CA6E; }
p { color: rgb(227,202,110); }
H1.HeaderClassName
{
color: #E3CA6E;
}
.AnyTagClassName
{
color: #E3CA6E;
}
</style>
background-color css
<style>
a { background-color: #E3CA6E; }
a { background-color: rgb(227,202,110); }
div.DivClassName
{
background-color: #E3CA6E;
}
.BgClassName
{
background-color: #E3CA6E;
}
</style>
border-color css
<style>
span { border-color: #E3CA6E; }
span { border-color: rgb(227,202,110); }
td.TdClassName
{
border-color: #E3CA6E;
}
.TagClassName
{
border-color: #E3CA6E;
}
</style>