Shades of Golden Sand #E7CB72
Tints of Golden Sand #E7CB72
RGB
CMYK
RGB Variations
Color information
#E7CB72 (or 0xE7CB72) is known color: Golden Sand. HEX triplet: E7, CB and 72. RGB value is (231,203,114). Sum of RGB (Red+Green+Blue) = 231+203+114=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 114 (44.92% from 255 or 20.80% from 548); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CB72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CB72 is #18348D. Grayscale: #C9C9C9. Windows color (decimal): -1586318 or 7523303. OLE color: 7523303.
HSL color Cylindrical-coordinate representation of color #E7CB72: hue angle of 45.64º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E7CB72 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 203 | 114 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.09 |
| HSL | 45.64º | 0.71% | 0.68% | - |
| HSV(B) | 45.64º | 0.51% | 0.91% | - |
| XYZ | 57.35 | 60.92 | 24.65 | - |
| YUV | 201.23 | 78.78 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 203 | 114 | 0 | 0.12 | 0.51 | 0.09 | 45.64 | 0.71 | 0.68 |
| Hex | E7 | CB | 72 | 0 | C | 33 | 9 | 2E | 47 | 44 |
| Octal | 347 | 313 | 162 | 0 | 14 | 63 | 11 | 56 | 107 | 104 |
| Binary | 11100111 | 11001011 | 1110010 | 0 | 1100 | 110011 | 1001 | 101110 | 1000111 | 1000100 |
Color Harmonies of #E7CB72
Complementary color
Monochromatic Colors of #E7CB72
Black with #E7CB72
Text Example
Text Example
White with #E7CB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CB72; }
p { color: rgb(231,203,114); }
H1.HeaderClassName
{
color: #E7CB72;
}
.AnyTagClassName
{
color: #E7CB72;
}
</style>
background-color css
<style>
a { background-color: #E7CB72; }
a { background-color: rgb(231,203,114); }
div.DivClassName
{
background-color: #E7CB72;
}
.BgClassName
{
background-color: #E7CB72;
}
</style>
border-color css
<style>
span { border-color: #E7CB72; }
span { border-color: rgb(231,203,114); }
td.TdClassName
{
border-color: #E7CB72;
}
.TagClassName
{
border-color: #E7CB72;
}
</style>