Shades of Golden Sand #E7CB70
Tints of Golden Sand #E7CB70
RGB
CMYK
RGB Variations
Color information
#E7CB70 (or 0xE7CB70) is known color: Golden Sand. HEX triplet: E7, CB and 70. RGB value is (231,203,112). Sum of RGB (Red+Green+Blue) = 231+203+112=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 112 (44.14% from 255 or 20.51% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CB70 is #18348F. Grayscale: #C9C9C9. Windows color (decimal): -1586320 or 7392231. OLE color: 7392231.
HSL color Cylindrical-coordinate representation of color #E7CB70: hue angle of 45.88º degrees, saturation: 0.71, 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 #E7CB70 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 203 | 112 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.09 |
| HSL | 45.88º | 0.71% | 0.67% | - |
| HSV(B) | 45.88º | 0.52% | 0.91% | - |
| XYZ | 57.24 | 60.87 | 24.06 | - |
| YUV | 201 | 77.78 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 203 | 112 | 0 | 0.12 | 0.52 | 0.09 | 45.88 | 0.71 | 0.67 |
| Hex | E7 | CB | 70 | 0 | C | 34 | 9 | 2E | 47 | 43 |
| Octal | 347 | 313 | 160 | 0 | 14 | 64 | 11 | 56 | 107 | 103 |
| Binary | 11100111 | 11001011 | 1110000 | 0 | 1100 | 110100 | 1001 | 101110 | 1000111 | 1000011 |
Color Harmonies of #E7CB70
Complementary color
Monochromatic Colors of #E7CB70
Black with #E7CB70
Text Example
Text Example
White with #E7CB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CB70; }
p { color: rgb(231,203,112); }
H1.HeaderClassName
{
color: #E7CB70;
}
.AnyTagClassName
{
color: #E7CB70;
}
</style>
background-color css
<style>
a { background-color: #E7CB70; }
a { background-color: rgb(231,203,112); }
div.DivClassName
{
background-color: #E7CB70;
}
.BgClassName
{
background-color: #E7CB70;
}
</style>
border-color css
<style>
span { border-color: #E7CB70; }
span { border-color: rgb(231,203,112); }
td.TdClassName
{
border-color: #E7CB70;
}
.TagClassName
{
border-color: #E7CB70;
}
</style>