Shades of Golden Sand #E7CB6D
Tints of Golden Sand #E7CB6D
RGB
CMYK
RGB Variations
Color information
#E7CB6D (or 0xE7CB6D) is known color: Golden Sand. HEX triplet: E7, CB and 6D. RGB value is (231,203,109). Sum of RGB (Red+Green+Blue) = 231+203+109=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 109 (42.97% from 255 or 20.07% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CB6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CB6D is #183492. Grayscale: #C9C9C9. Windows color (decimal): -1586323 or 7195623. OLE color: 7195623.
HSL color Cylindrical-coordinate representation of color #E7CB6D: hue angle of 46.23º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7CB6D is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 203 | 109 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.09 |
| HSL | 46.23º | 0.72% | 0.67% | - |
| HSV(B) | 46.23º | 0.53% | 0.91% | - |
| XYZ | 57.07 | 60.8 | 23.2 | - |
| YUV | 200.66 | 76.28 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 203 | 109 | 0 | 0.12 | 0.53 | 0.09 | 46.23 | 0.72 | 0.67 |
| Hex | E7 | CB | 6D | 0 | C | 35 | 9 | 2E | 48 | 43 |
| Octal | 347 | 313 | 155 | 0 | 14 | 65 | 11 | 56 | 110 | 103 |
| Binary | 11100111 | 11001011 | 1101101 | 0 | 1100 | 110101 | 1001 | 101110 | 1001000 | 1000011 |
Color Harmonies of #E7CB6D
Complementary color
Monochromatic Colors of #E7CB6D
Black with #E7CB6D
Text Example
Text Example
White with #E7CB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CB6D; }
p { color: rgb(231,203,109); }
H1.HeaderClassName
{
color: #E7CB6D;
}
.AnyTagClassName
{
color: #E7CB6D;
}
</style>
background-color css
<style>
a { background-color: #E7CB6D; }
a { background-color: rgb(231,203,109); }
div.DivClassName
{
background-color: #E7CB6D;
}
.BgClassName
{
background-color: #E7CB6D;
}
</style>
border-color css
<style>
span { border-color: #E7CB6D; }
span { border-color: rgb(231,203,109); }
td.TdClassName
{
border-color: #E7CB6D;
}
.TagClassName
{
border-color: #E7CB6D;
}
</style>