Shades of Golden Sand #E7CA62
Tints of Golden Sand #E7CA62
RGB
CMYK
RGB Variations
Color information
#E7CA62 (or 0xE7CA62) is known color: Golden Sand. HEX triplet: E7, CA and 62. RGB value is (231,202,98). Sum of RGB (Red+Green+Blue) = 231+202+98=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 98 (38.67% from 255 or 18.46% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CA62 is #18359D. Grayscale: #C7C7C7. Windows color (decimal): -1586590 or 6474471. OLE color: 6474471.
HSL color Cylindrical-coordinate representation of color #E7CA62: hue angle of 46.92º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E7CA62 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 202 | 98 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.09 |
| HSL | 46.92º | 0.73% | 0.65% | - |
| HSV(B) | 46.92º | 0.58% | 0.91% | - |
| XYZ | 56.28 | 60.11 | 20.19 | - |
| YUV | 198.82 | 71.11 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 202 | 98 | 0 | 0.13 | 0.58 | 0.09 | 46.92 | 0.73 | 0.65 |
| Hex | E7 | CA | 62 | 0 | D | 3A | 9 | 2F | 49 | 41 |
| Octal | 347 | 312 | 142 | 0 | 15 | 72 | 11 | 57 | 111 | 101 |
| Binary | 11100111 | 11001010 | 1100010 | 0 | 1101 | 111010 | 1001 | 101111 | 1001001 | 1000001 |
Color Harmonies of #E7CA62
Complementary color
Monochromatic Colors of #E7CA62
Black with #E7CA62
Text Example
Text Example
White with #E7CA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CA62; }
p { color: rgb(231,202,98); }
H1.HeaderClassName
{
color: #E7CA62;
}
.AnyTagClassName
{
color: #E7CA62;
}
</style>
background-color css
<style>
a { background-color: #E7CA62; }
a { background-color: rgb(231,202,98); }
div.DivClassName
{
background-color: #E7CA62;
}
.BgClassName
{
background-color: #E7CA62;
}
</style>
border-color css
<style>
span { border-color: #E7CA62; }
span { border-color: rgb(231,202,98); }
td.TdClassName
{
border-color: #E7CA62;
}
.TagClassName
{
border-color: #E7CA62;
}
</style>