Shades of Golden Sand #E8CE6F
Tints of Golden Sand #E8CE6F
RGB
CMYK
RGB Variations
Color information
#E8CE6F (or 0xE8CE6F) is known color: Golden Sand. HEX triplet: E8, CE and 6F. RGB value is (232,206,111). Sum of RGB (Red+Green+Blue) = 232+206+111=549 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.26% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 111 (43.75% from 255 or 20.22% from 549); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CE6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CE6F is #173190. Grayscale: #CBCBCB. Windows color (decimal): -1520017 or 7327464. OLE color: 7327464.
HSL color Cylindrical-coordinate representation of color #E8CE6F: hue angle of 47.11º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E8CE6F is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 206 | 111 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.09 |
| HSL | 47.11º | 0.72% | 0.67% | - |
| HSV(B) | 47.11º | 0.52% | 0.91% | - |
| XYZ | 58.22 | 62.45 | 24.02 | - |
| YUV | 202.94 | 76.11 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 206 | 111 | 0 | 0.11 | 0.52 | 0.09 | 47.11 | 0.72 | 0.67 |
| Hex | E8 | CE | 6F | 0 | B | 34 | 9 | 2F | 48 | 43 |
| Octal | 350 | 316 | 157 | 0 | 13 | 64 | 11 | 57 | 110 | 103 |
| Binary | 11101000 | 11001110 | 1101111 | 0 | 1011 | 110100 | 1001 | 101111 | 1001000 | 1000011 |
Color Harmonies of #E8CE6F
Complementary color
Monochromatic Colors of #E8CE6F
Black with #E8CE6F
Text Example
Text Example
White with #E8CE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CE6F; }
p { color: rgb(232,206,111); }
H1.HeaderClassName
{
color: #E8CE6F;
}
.AnyTagClassName
{
color: #E8CE6F;
}
</style>
background-color css
<style>
a { background-color: #E8CE6F; }
a { background-color: rgb(232,206,111); }
div.DivClassName
{
background-color: #E8CE6F;
}
.BgClassName
{
background-color: #E8CE6F;
}
</style>
border-color css
<style>
span { border-color: #E8CE6F; }
span { border-color: rgb(232,206,111); }
td.TdClassName
{
border-color: #E8CE6F;
}
.TagClassName
{
border-color: #E8CE6F;
}
</style>