Shades of Golden Sand #E7CA5E
Tints of Golden Sand #E7CA5E
RGB
CMYK
RGB Variations
Color information
#E7CA5E (or 0xE7CA5E) is known color: Golden Sand. HEX triplet: E7, CA and 5E. RGB value is (231,202,94). Sum of RGB (Red+Green+Blue) = 231+202+94=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 94 (37.11% from 255 or 17.84% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CA5E is #1835A1. Grayscale: #C6C6C6. Windows color (decimal): -1586594 or 6212327. OLE color: 6212327.
HSL color Cylindrical-coordinate representation of color #E7CA5E: hue angle of 47.3º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E7CA5E is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 202 | 94 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.09 |
| HSL | 47.3º | 0.74% | 0.64% | - |
| HSV(B) | 47.3º | 0.59% | 0.91% | - |
| XYZ | 56.1 | 60.04 | 19.22 | - |
| YUV | 198.36 | 69.11 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 202 | 94 | 0 | 0.13 | 0.59 | 0.09 | 47.3 | 0.74 | 0.64 |
| Hex | E7 | CA | 5E | 0 | D | 3B | 9 | 2F | 4A | 40 |
| Octal | 347 | 312 | 136 | 0 | 15 | 73 | 11 | 57 | 112 | 100 |
| Binary | 11100111 | 11001010 | 1011110 | 0 | 1101 | 111011 | 1001 | 101111 | 1001010 | 1000000 |
Color Harmonies of #E7CA5E
Complementary color
Monochromatic Colors of #E7CA5E
Black with #E7CA5E
Text Example
Text Example
White with #E7CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CA5E; }
p { color: rgb(231,202,94); }
H1.HeaderClassName
{
color: #E7CA5E;
}
.AnyTagClassName
{
color: #E7CA5E;
}
</style>
background-color css
<style>
a { background-color: #E7CA5E; }
a { background-color: rgb(231,202,94); }
div.DivClassName
{
background-color: #E7CA5E;
}
.BgClassName
{
background-color: #E7CA5E;
}
</style>
border-color css
<style>
span { border-color: #E7CA5E; }
span { border-color: rgb(231,202,94); }
td.TdClassName
{
border-color: #E7CA5E;
}
.TagClassName
{
border-color: #E7CA5E;
}
</style>