Shades of Golden Sand #E8CE6A
Tints of Golden Sand #E8CE6A
RGB
CMYK
RGB Variations
Color information
#E8CE6A (or 0xE8CE6A) is known color: Golden Sand. HEX triplet: E8, CE and 6A. RGB value is (232,206,106). Sum of RGB (Red+Green+Blue) = 232+206+106=544 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.65% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 106 (41.80% from 255 or 19.49% from 544); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CE6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CE6A is #173195. Grayscale: #CACACA. Windows color (decimal): -1520022 or 6999784. OLE color: 6999784.
HSL color Cylindrical-coordinate representation of color #E8CE6A: hue angle of 47.62º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E8CE6A is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 206 | 106 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.09 |
| HSL | 47.62º | 0.73% | 0.66% | - |
| HSV(B) | 47.62º | 0.54% | 0.91% | - |
| XYZ | 57.95 | 62.34 | 22.61 | - |
| YUV | 202.37 | 73.61 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 206 | 106 | 0 | 0.11 | 0.54 | 0.09 | 47.62 | 0.73 | 0.66 |
| Hex | E8 | CE | 6A | 0 | B | 36 | 9 | 30 | 49 | 42 |
| Octal | 350 | 316 | 152 | 0 | 13 | 66 | 11 | 60 | 111 | 102 |
| Binary | 11101000 | 11001110 | 1101010 | 0 | 1011 | 110110 | 1001 | 110000 | 1001001 | 1000010 |
Color Harmonies of #E8CE6A
Complementary color
Monochromatic Colors of #E8CE6A
Black with #E8CE6A
Text Example
Text Example
White with #E8CE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CE6A; }
p { color: rgb(232,206,106); }
H1.HeaderClassName
{
color: #E8CE6A;
}
.AnyTagClassName
{
color: #E8CE6A;
}
</style>
background-color css
<style>
a { background-color: #E8CE6A; }
a { background-color: rgb(232,206,106); }
div.DivClassName
{
background-color: #E8CE6A;
}
.BgClassName
{
background-color: #E8CE6A;
}
</style>
border-color css
<style>
span { border-color: #E8CE6A; }
span { border-color: rgb(232,206,106); }
td.TdClassName
{
border-color: #E8CE6A;
}
.TagClassName
{
border-color: #E8CE6A;
}
</style>