Shades of Golden Sand #E8CE6E
Tints of Golden Sand #E8CE6E
RGB
CMYK
RGB Variations
Color information
#E8CE6E (or 0xE8CE6E) is known color: Golden Sand. HEX triplet: E8, CE and 6E. RGB value is (232,206,110). Sum of RGB (Red+Green+Blue) = 232+206+110=548 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.34% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 110 (43.36% from 255 or 20.07% from 548); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CE6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CE6E is #173191. Grayscale: #CBCBCB. Windows color (decimal): -1520018 or 7261928. OLE color: 7261928.
HSL color Cylindrical-coordinate representation of color #E8CE6E: hue angle of 47.21º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E8CE6E is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 206 | 110 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.09 |
| HSL | 47.21º | 0.73% | 0.67% | - |
| HSV(B) | 47.21º | 0.53% | 0.91% | - |
| XYZ | 58.16 | 62.42 | 23.74 | - |
| YUV | 202.83 | 75.61 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 206 | 110 | 0 | 0.11 | 0.53 | 0.09 | 47.21 | 0.73 | 0.67 |
| Hex | E8 | CE | 6E | 0 | B | 35 | 9 | 2F | 49 | 43 |
| Octal | 350 | 316 | 156 | 0 | 13 | 65 | 11 | 57 | 111 | 103 |
| Binary | 11101000 | 11001110 | 1101110 | 0 | 1011 | 110101 | 1001 | 101111 | 1001001 | 1000011 |
Color Harmonies of #E8CE6E
Complementary color
Monochromatic Colors of #E8CE6E
Black with #E8CE6E
Text Example
Text Example
White with #E8CE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CE6E; }
p { color: rgb(232,206,110); }
H1.HeaderClassName
{
color: #E8CE6E;
}
.AnyTagClassName
{
color: #E8CE6E;
}
</style>
background-color css
<style>
a { background-color: #E8CE6E; }
a { background-color: rgb(232,206,110); }
div.DivClassName
{
background-color: #E8CE6E;
}
.BgClassName
{
background-color: #E8CE6E;
}
</style>
border-color css
<style>
span { border-color: #E8CE6E; }
span { border-color: rgb(232,206,110); }
td.TdClassName
{
border-color: #E8CE6E;
}
.TagClassName
{
border-color: #E8CE6E;
}
</style>