Shades of Golden Sand #E7CF65
Tints of Golden Sand #E7CF65
RGB
CMYK
RGB Variations
Color information
#E7CF65 (or 0xE7CF65) is known color: Golden Sand. HEX triplet: E7, CF and 65. RGB value is (231,207,101). Sum of RGB (Red+Green+Blue) = 231+207+101=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 101 (39.84% from 255 or 18.74% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CF65 is #18309A. Grayscale: #CACACA. Windows color (decimal): -1585307 or 6672359. OLE color: 6672359.
HSL color Cylindrical-coordinate representation of color #E7CF65: hue angle of 48.92º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E7CF65 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 207 | 101 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.09 |
| HSL | 48.92º | 0.73% | 0.65% | - |
| HSV(B) | 48.92º | 0.56% | 0.91% | - |
| XYZ | 57.62 | 62.55 | 21.35 | - |
| YUV | 202.09 | 70.95 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 101 | 0 | 0.10 | 0.56 | 0.09 | 48.92 | 0.73 | 0.65 |
| Hex | E7 | CF | 65 | 0 | A | 38 | 9 | 31 | 49 | 41 |
| Octal | 347 | 317 | 145 | 0 | 12 | 70 | 11 | 61 | 111 | 101 |
| Binary | 11100111 | 11001111 | 1100101 | 0 | 1010 | 111000 | 1001 | 110001 | 1001001 | 1000001 |
Color Harmonies of #E7CF65
Complementary color
Monochromatic Colors of #E7CF65
Black with #E7CF65
Text Example
Text Example
White with #E7CF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CF65; }
p { color: rgb(231,207,101); }
H1.HeaderClassName
{
color: #E7CF65;
}
.AnyTagClassName
{
color: #E7CF65;
}
</style>
background-color css
<style>
a { background-color: #E7CF65; }
a { background-color: rgb(231,207,101); }
div.DivClassName
{
background-color: #E7CF65;
}
.BgClassName
{
background-color: #E7CF65;
}
</style>
border-color css
<style>
span { border-color: #E7CF65; }
span { border-color: rgb(231,207,101); }
td.TdClassName
{
border-color: #E7CF65;
}
.TagClassName
{
border-color: #E7CF65;
}
</style>