Shades of Golden Sand #E8CE65
Tints of Golden Sand #E8CE65
RGB
CMYK
RGB Variations
Color information
#E8CE65 (or 0xE8CE65) is known color: Golden Sand. HEX triplet: E8, CE and 65. RGB value is (232,206,101). Sum of RGB (Red+Green+Blue) = 232+206+101=539 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.04% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 101 (39.84% from 255 or 18.74% from 539); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CE65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CE65 is #17319A. Grayscale: #CACACA. Windows color (decimal): -1520027 or 6672104. OLE color: 6672104.
HSL color Cylindrical-coordinate representation of color #E8CE65: hue angle of 48.09º degrees, saturation: 0.74, 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 #E8CE65 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 206 | 101 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.09 |
| HSL | 48.09º | 0.74% | 0.65% | - |
| HSV(B) | 48.09º | 0.56% | 0.91% | - |
| XYZ | 57.7 | 62.24 | 21.28 | - |
| YUV | 201.8 | 71.11 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 206 | 101 | 0 | 0.11 | 0.56 | 0.09 | 48.09 | 0.74 | 0.65 |
| Hex | E8 | CE | 65 | 0 | B | 38 | 9 | 30 | 4A | 41 |
| Octal | 350 | 316 | 145 | 0 | 13 | 70 | 11 | 60 | 112 | 101 |
| Binary | 11101000 | 11001110 | 1100101 | 0 | 1011 | 111000 | 1001 | 110000 | 1001010 | 1000001 |
Color Harmonies of #E8CE65
Complementary color
Monochromatic Colors of #E8CE65
Black with #E8CE65
Text Example
Text Example
White with #E8CE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CE65; }
p { color: rgb(232,206,101); }
H1.HeaderClassName
{
color: #E8CE65;
}
.AnyTagClassName
{
color: #E8CE65;
}
</style>
background-color css
<style>
a { background-color: #E8CE65; }
a { background-color: rgb(232,206,101); }
div.DivClassName
{
background-color: #E8CE65;
}
.BgClassName
{
background-color: #E8CE65;
}
</style>
border-color css
<style>
span { border-color: #E8CE65; }
span { border-color: rgb(232,206,101); }
td.TdClassName
{
border-color: #E8CE65;
}
.TagClassName
{
border-color: #E8CE65;
}
</style>