Shades of Golden Sand #E7CE63
Tints of Golden Sand #E7CE63
RGB
CMYK
RGB Variations
Color information
#E7CE63 (or 0xE7CE63) is known color: Golden Sand. HEX triplet: E7, CE and 63. RGB value is (231,206,99). Sum of RGB (Red+Green+Blue) = 231+206+99=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 99 (39.06% from 255 or 18.47% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CE63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CE63 is #18319C. Grayscale: #C9C9C9. Windows color (decimal): -1585565 or 6541031. OLE color: 6541031.
HSL color Cylindrical-coordinate representation of color #E7CE63: hue angle of 48.64º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E7CE63 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 206 | 99 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.09 |
| HSL | 48.64º | 0.73% | 0.65% | - |
| HSV(B) | 48.64º | 0.57% | 0.91% | - |
| XYZ | 57.28 | 62.03 | 20.76 | - |
| YUV | 201.28 | 70.28 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 206 | 99 | 0 | 0.11 | 0.57 | 0.09 | 48.64 | 0.73 | 0.65 |
| Hex | E7 | CE | 63 | 0 | B | 39 | 9 | 31 | 49 | 41 |
| Octal | 347 | 316 | 143 | 0 | 13 | 71 | 11 | 61 | 111 | 101 |
| Binary | 11100111 | 11001110 | 1100011 | 0 | 1011 | 111001 | 1001 | 110001 | 1001001 | 1000001 |
Color Harmonies of #E7CE63
Complementary color
Monochromatic Colors of #E7CE63
Black with #E7CE63
Text Example
Text Example
White with #E7CE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CE63; }
p { color: rgb(231,206,99); }
H1.HeaderClassName
{
color: #E7CE63;
}
.AnyTagClassName
{
color: #E7CE63;
}
</style>
background-color css
<style>
a { background-color: #E7CE63; }
a { background-color: rgb(231,206,99); }
div.DivClassName
{
background-color: #E7CE63;
}
.BgClassName
{
background-color: #E7CE63;
}
</style>
border-color css
<style>
span { border-color: #E7CE63; }
span { border-color: rgb(231,206,99); }
td.TdClassName
{
border-color: #E7CE63;
}
.TagClassName
{
border-color: #E7CE63;
}
</style>