Shades of Golden Sand #E3CE6E
Tints of Golden Sand #E3CE6E
RGB
CMYK
RGB Variations
Color information
#E3CE6E (or 0xE3CE6E) is known color: Golden Sand. HEX triplet: E3, CE and 6E. RGB value is (227,206,110). Sum of RGB (Red+Green+Blue) = 227+206+110=543 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.80% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 110 (43.36% from 255 or 20.26% from 543); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3CE6E is #1C3191. Grayscale: #C9C9C9. Windows color (decimal): -1847698 or 7261923. OLE color: 7261923.
HSL color Cylindrical-coordinate representation of color #E3CE6E: hue angle of 49.23º 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 #E3CE6E is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 206 | 110 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.11 |
| HSL | 49.23º | 0.68% | 0.66% | - |
| HSV(B) | 49.23º | 0.52% | 0.89% | - |
| XYZ | 56.56 | 61.6 | 23.66 | - |
| YUV | 201.34 | 76.46 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 206 | 110 | 0 | 0.09 | 0.52 | 0.11 | 49.23 | 0.68 | 0.66 |
| Hex | E3 | CE | 6E | 0 | 9 | 34 | B | 31 | 44 | 42 |
| Octal | 343 | 316 | 156 | 0 | 11 | 64 | 13 | 61 | 104 | 102 |
| Binary | 11100011 | 11001110 | 1101110 | 0 | 1001 | 110100 | 1011 | 110001 | 1000100 | 1000010 |
Color Harmonies of #E3CE6E
Complementary color
Monochromatic Colors of #E3CE6E
Black with #E3CE6E
Text Example
Text Example
White with #E3CE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CE6E; }
p { color: rgb(227,206,110); }
H1.HeaderClassName
{
color: #E3CE6E;
}
.AnyTagClassName
{
color: #E3CE6E;
}
</style>
background-color css
<style>
a { background-color: #E3CE6E; }
a { background-color: rgb(227,206,110); }
div.DivClassName
{
background-color: #E3CE6E;
}
.BgClassName
{
background-color: #E3CE6E;
}
</style>
border-color css
<style>
span { border-color: #E3CE6E; }
span { border-color: rgb(227,206,110); }
td.TdClassName
{
border-color: #E3CE6E;
}
.TagClassName
{
border-color: #E3CE6E;
}
</style>