Shades of Golden Sand #E3CE6C
Tints of Golden Sand #E3CE6C
RGB
CMYK
RGB Variations
Color information
#E3CE6C (or 0xE3CE6C) is known color: Golden Sand. HEX triplet: E3, CE and 6C. RGB value is (227,206,108). Sum of RGB (Red+Green+Blue) = 227+206+108=541 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.96% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 108 (42.58% from 255 or 19.96% from 541); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3CE6C is #1C3193. Grayscale: #C9C9C9. Windows color (decimal): -1847700 or 7130851. OLE color: 7130851.
HSL color Cylindrical-coordinate representation of color #E3CE6C: hue angle of 49.41º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E3CE6C is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 206 | 108 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.11 |
| HSL | 49.41º | 0.68% | 0.66% | - |
| HSV(B) | 49.41º | 0.52% | 0.89% | - |
| XYZ | 56.46 | 61.56 | 23.09 | - |
| YUV | 201.11 | 75.46 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 206 | 108 | 0 | 0.09 | 0.52 | 0.11 | 49.41 | 0.68 | 0.66 |
| Hex | E3 | CE | 6C | 0 | 9 | 34 | B | 31 | 44 | 42 |
| Octal | 343 | 316 | 154 | 0 | 11 | 64 | 13 | 61 | 104 | 102 |
| Binary | 11100011 | 11001110 | 1101100 | 0 | 1001 | 110100 | 1011 | 110001 | 1000100 | 1000010 |
Color Harmonies of #E3CE6C
Complementary color
Monochromatic Colors of #E3CE6C
Black with #E3CE6C
Text Example
Text Example
White with #E3CE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CE6C; }
p { color: rgb(227,206,108); }
H1.HeaderClassName
{
color: #E3CE6C;
}
.AnyTagClassName
{
color: #E3CE6C;
}
</style>
background-color css
<style>
a { background-color: #E3CE6C; }
a { background-color: rgb(227,206,108); }
div.DivClassName
{
background-color: #E3CE6C;
}
.BgClassName
{
background-color: #E3CE6C;
}
</style>
border-color css
<style>
span { border-color: #E3CE6C; }
span { border-color: rgb(227,206,108); }
td.TdClassName
{
border-color: #E3CE6C;
}
.TagClassName
{
border-color: #E3CE6C;
}
</style>