Shades of Golden Sand #E7CE68
Tints of Golden Sand #E7CE68
RGB
CMYK
RGB Variations
Color information
#E7CE68 (or 0xE7CE68) is known color: Golden Sand. HEX triplet: E7, CE and 68. RGB value is (231,206,104). Sum of RGB (Red+Green+Blue) = 231+206+104=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 104 (41.02% from 255 or 19.22% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CE68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CE68 is #183197. Grayscale: #CACACA. Windows color (decimal): -1585560 or 6868711. OLE color: 6868711.
HSL color Cylindrical-coordinate representation of color #E7CE68: hue angle of 48.19º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E7CE68 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 206 | 104 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.09 |
| HSL | 48.19º | 0.73% | 0.66% | - |
| HSV(B) | 48.19º | 0.55% | 0.91% | - |
| XYZ | 57.53 | 62.13 | 22.06 | - |
| YUV | 201.85 | 72.78 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 206 | 104 | 0 | 0.11 | 0.55 | 0.09 | 48.19 | 0.73 | 0.66 |
| Hex | E7 | CE | 68 | 0 | B | 37 | 9 | 30 | 49 | 42 |
| Octal | 347 | 316 | 150 | 0 | 13 | 67 | 11 | 60 | 111 | 102 |
| Binary | 11100111 | 11001110 | 1101000 | 0 | 1011 | 110111 | 1001 | 110000 | 1001001 | 1000010 |
Color Harmonies of #E7CE68
Complementary color
Monochromatic Colors of #E7CE68
Black with #E7CE68
Text Example
Text Example
White with #E7CE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CE68; }
p { color: rgb(231,206,104); }
H1.HeaderClassName
{
color: #E7CE68;
}
.AnyTagClassName
{
color: #E7CE68;
}
</style>
background-color css
<style>
a { background-color: #E7CE68; }
a { background-color: rgb(231,206,104); }
div.DivClassName
{
background-color: #E7CE68;
}
.BgClassName
{
background-color: #E7CE68;
}
</style>
border-color css
<style>
span { border-color: #E7CE68; }
span { border-color: rgb(231,206,104); }
td.TdClassName
{
border-color: #E7CE68;
}
.TagClassName
{
border-color: #E7CE68;
}
</style>