Shades of Golden Sand #E7C668
Tints of Golden Sand #E7C668
RGB
CMYK
RGB Variations
Color information
#E7C668 (or 0xE7C668) is known color: Golden Sand. HEX triplet: E7, C6 and 68. RGB value is (231,198,104). Sum of RGB (Red+Green+Blue) = 231+198+104=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 104 (41.02% from 255 or 19.51% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C668 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C668 is #183997. Grayscale: #C5C5C5. Windows color (decimal): -1587608 or 6866663. OLE color: 6866663.
HSL color Cylindrical-coordinate representation of color #E7C668: hue angle of 44.41º 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 #E7C668 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 198 | 104 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.09 |
| HSL | 44.41º | 0.73% | 0.66% | - |
| HSV(B) | 44.41º | 0.55% | 0.91% | - |
| XYZ | 55.65 | 58.38 | 21.43 | - |
| YUV | 197.15 | 75.43 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 198 | 104 | 0 | 0.14 | 0.55 | 0.09 | 44.41 | 0.73 | 0.66 |
| Hex | E7 | C6 | 68 | 0 | E | 37 | 9 | 2C | 49 | 42 |
| Octal | 347 | 306 | 150 | 0 | 16 | 67 | 11 | 54 | 111 | 102 |
| Binary | 11100111 | 11000110 | 1101000 | 0 | 1110 | 110111 | 1001 | 101100 | 1001001 | 1000010 |
Color Harmonies of #E7C668
Complementary color
Monochromatic Colors of #E7C668
Black with #E7C668
Text Example
Text Example
White with #E7C668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C668; }
p { color: rgb(231,198,104); }
H1.HeaderClassName
{
color: #E7C668;
}
.AnyTagClassName
{
color: #E7C668;
}
</style>
background-color css
<style>
a { background-color: #E7C668; }
a { background-color: rgb(231,198,104); }
div.DivClassName
{
background-color: #E7C668;
}
.BgClassName
{
background-color: #E7C668;
}
</style>
border-color css
<style>
span { border-color: #E7C668; }
span { border-color: rgb(231,198,104); }
td.TdClassName
{
border-color: #E7C668;
}
.TagClassName
{
border-color: #E7C668;
}
</style>