Shades of Golden Sand #E7CB6E
Tints of Golden Sand #E7CB6E
RGB
CMYK
RGB Variations
Color information
#E7CB6E (or 0xE7CB6E) is known color: Golden Sand. HEX triplet: E7, CB and 6E. RGB value is (231,203,110). Sum of RGB (Red+Green+Blue) = 231+203+110=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 110 (43.36% from 255 or 20.22% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CB6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CB6E is #183491. Grayscale: #C9C9C9. Windows color (decimal): -1586322 or 7261159. OLE color: 7261159.
HSL color Cylindrical-coordinate representation of color #E7CB6E: hue angle of 46.12º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E7CB6E is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 203 | 110 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.09 |
| HSL | 46.12º | 0.72% | 0.67% | - |
| HSV(B) | 46.12º | 0.52% | 0.91% | - |
| XYZ | 57.13 | 60.83 | 23.48 | - |
| YUV | 200.77 | 76.78 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 203 | 110 | 0 | 0.12 | 0.52 | 0.09 | 46.12 | 0.72 | 0.67 |
| Hex | E7 | CB | 6E | 0 | C | 34 | 9 | 2E | 48 | 43 |
| Octal | 347 | 313 | 156 | 0 | 14 | 64 | 11 | 56 | 110 | 103 |
| Binary | 11100111 | 11001011 | 1101110 | 0 | 1100 | 110100 | 1001 | 101110 | 1001000 | 1000011 |
Color Harmonies of #E7CB6E
Complementary color
Monochromatic Colors of #E7CB6E
Black with #E7CB6E
Text Example
Text Example
White with #E7CB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CB6E; }
p { color: rgb(231,203,110); }
H1.HeaderClassName
{
color: #E7CB6E;
}
.AnyTagClassName
{
color: #E7CB6E;
}
</style>
background-color css
<style>
a { background-color: #E7CB6E; }
a { background-color: rgb(231,203,110); }
div.DivClassName
{
background-color: #E7CB6E;
}
.BgClassName
{
background-color: #E7CB6E;
}
</style>
border-color css
<style>
span { border-color: #E7CB6E; }
span { border-color: rgb(231,203,110); }
td.TdClassName
{
border-color: #E7CB6E;
}
.TagClassName
{
border-color: #E7CB6E;
}
</style>