Shades of Golden Sand #E7CB67
Tints of Golden Sand #E7CB67
RGB
CMYK
RGB Variations
Color information
#E7CB67 (or 0xE7CB67) is known color: Golden Sand. HEX triplet: E7, CB and 67. RGB value is (231,203,103). Sum of RGB (Red+Green+Blue) = 231+203+103=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 103 (40.62% from 255 or 19.18% from 537); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CB67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CB67 is #183498. Grayscale: #C8C8C8. Windows color (decimal): -1586329 or 6802407. OLE color: 6802407.
HSL color Cylindrical-coordinate representation of color #E7CB67: hue angle of 46.88º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E7CB67 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 203 | 103 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.09 |
| HSL | 46.88º | 0.73% | 0.65% | - |
| HSV(B) | 46.88º | 0.55% | 0.91% | - |
| XYZ | 56.76 | 60.68 | 21.55 | - |
| YUV | 199.97 | 73.28 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 203 | 103 | 0 | 0.12 | 0.55 | 0.09 | 46.88 | 0.73 | 0.65 |
| Hex | E7 | CB | 67 | 0 | C | 37 | 9 | 2F | 49 | 41 |
| Octal | 347 | 313 | 147 | 0 | 14 | 67 | 11 | 57 | 111 | 101 |
| Binary | 11100111 | 11001011 | 1100111 | 0 | 1100 | 110111 | 1001 | 101111 | 1001001 | 1000001 |
Color Harmonies of #E7CB67
Complementary color
Monochromatic Colors of #E7CB67
Black with #E7CB67
Text Example
Text Example
White with #E7CB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CB67; }
p { color: rgb(231,203,103); }
H1.HeaderClassName
{
color: #E7CB67;
}
.AnyTagClassName
{
color: #E7CB67;
}
</style>
background-color css
<style>
a { background-color: #E7CB67; }
a { background-color: rgb(231,203,103); }
div.DivClassName
{
background-color: #E7CB67;
}
.BgClassName
{
background-color: #E7CB67;
}
</style>
border-color css
<style>
span { border-color: #E7CB67; }
span { border-color: rgb(231,203,103); }
td.TdClassName
{
border-color: #E7CB67;
}
.TagClassName
{
border-color: #E7CB67;
}
</style>