Shades of Golden Sand #E3CA5E
Tints of Golden Sand #E3CA5E
RGB
CMYK
RGB Variations
Color information
#E3CA5E (or 0xE3CA5E) is known color: Golden Sand. HEX triplet: E3, CA and 5E. RGB value is (227,202,94). Sum of RGB (Red+Green+Blue) = 227+202+94=523 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.40% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 94 (37.11% from 255 or 17.97% from 523); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3CA5E is #1C35A1. Grayscale: #C5C5C5. Windows color (decimal): -1848738 or 6212323. OLE color: 6212323.
HSL color Cylindrical-coordinate representation of color #E3CA5E: hue angle of 48.72º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E3CA5E is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 202 | 94 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.11 |
| HSL | 48.72º | 0.7% | 0.63% | - |
| HSV(B) | 48.72º | 0.59% | 0.89% | - |
| XYZ | 54.82 | 59.38 | 19.16 | - |
| YUV | 197.16 | 69.78 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 202 | 94 | 0 | 0.11 | 0.59 | 0.11 | 48.72 | 0.7 | 0.63 |
| Hex | E3 | CA | 5E | 0 | B | 3B | B | 31 | 46 | 3F |
| Octal | 343 | 312 | 136 | 0 | 13 | 73 | 13 | 61 | 106 | 77 |
| Binary | 11100011 | 11001010 | 1011110 | 0 | 1011 | 111011 | 1011 | 110001 | 1000110 | 111111 |
Color Harmonies of #E3CA5E
Complementary color
Monochromatic Colors of #E3CA5E
Black with #E3CA5E
Text Example
Text Example
White with #E3CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CA5E; }
p { color: rgb(227,202,94); }
H1.HeaderClassName
{
color: #E3CA5E;
}
.AnyTagClassName
{
color: #E3CA5E;
}
</style>
background-color css
<style>
a { background-color: #E3CA5E; }
a { background-color: rgb(227,202,94); }
div.DivClassName
{
background-color: #E3CA5E;
}
.BgClassName
{
background-color: #E3CA5E;
}
</style>
border-color css
<style>
span { border-color: #E3CA5E; }
span { border-color: rgb(227,202,94); }
td.TdClassName
{
border-color: #E3CA5E;
}
.TagClassName
{
border-color: #E3CA5E;
}
</style>