Shades of Golden Sand #E7CF72
Tints of Golden Sand #E7CF72
RGB
CMYK
RGB Variations
Color information
#E7CF72 (or 0xE7CF72) is known color: Golden Sand. HEX triplet: E7, CF and 72. RGB value is (231,207,114). Sum of RGB (Red+Green+Blue) = 231+207+114=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 114 (44.92% from 255 or 20.65% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CF72 is #18308D. Grayscale: #CBCBCB. Windows color (decimal): -1585294 or 7524327. OLE color: 7524327.
HSL color Cylindrical-coordinate representation of color #E7CF72: hue angle of 47.69º 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 #E7CF72 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 207 | 114 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.09 |
| HSL | 47.69º | 0.71% | 0.68% | - |
| HSV(B) | 47.69º | 0.51% | 0.91% | - |
| XYZ | 58.31 | 62.83 | 24.97 | - |
| YUV | 203.57 | 77.45 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 114 | 0 | 0.10 | 0.51 | 0.09 | 47.69 | 0.71 | 0.68 |
| Hex | E7 | CF | 72 | 0 | A | 33 | 9 | 30 | 47 | 44 |
| Octal | 347 | 317 | 162 | 0 | 12 | 63 | 11 | 60 | 107 | 104 |
| Binary | 11100111 | 11001111 | 1110010 | 0 | 1010 | 110011 | 1001 | 110000 | 1000111 | 1000100 |
Color Harmonies of #E7CF72
Complementary color
Monochromatic Colors of #E7CF72
Black with #E7CF72
Text Example
Text Example
White with #E7CF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CF72; }
p { color: rgb(231,207,114); }
H1.HeaderClassName
{
color: #E7CF72;
}
.AnyTagClassName
{
color: #E7CF72;
}
</style>
background-color css
<style>
a { background-color: #E7CF72; }
a { background-color: rgb(231,207,114); }
div.DivClassName
{
background-color: #E7CF72;
}
.BgClassName
{
background-color: #E7CF72;
}
</style>
border-color css
<style>
span { border-color: #E7CF72; }
span { border-color: rgb(231,207,114); }
td.TdClassName
{
border-color: #E7CF72;
}
.TagClassName
{
border-color: #E7CF72;
}
</style>