Shades of Golden Sand #E9CE6D
Tints of Golden Sand #E9CE6D
RGB
CMYK
RGB Variations
Color information
#E9CE6D (or 0xE9CE6D) is known color: Golden Sand. HEX triplet: E9, CE and 6D. RGB value is (233,206,109). Sum of RGB (Red+Green+Blue) = 233+206+109=548 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.52% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 109 (42.97% from 255 or 19.89% from 548); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CE6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CE6D is #163192. Grayscale: #CBCBCB. Windows color (decimal): -1454483 or 7196393. OLE color: 7196393.
HSL color Cylindrical-coordinate representation of color #E9CE6D: hue angle of 46.94º degrees, saturation: 0.74, 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 #E9CE6D is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 206 | 109 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.09 |
| HSL | 46.94º | 0.74% | 0.67% | - |
| HSV(B) | 46.94º | 0.53% | 0.91% | - |
| XYZ | 58.44 | 62.57 | 23.47 | - |
| YUV | 203.02 | 74.95 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 109 | 0 | 0.12 | 0.53 | 0.09 | 46.94 | 0.74 | 0.67 |
| Hex | E9 | CE | 6D | 0 | C | 35 | 9 | 2F | 4A | 43 |
| Octal | 351 | 316 | 155 | 0 | 14 | 65 | 11 | 57 | 112 | 103 |
| Binary | 11101001 | 11001110 | 1101101 | 0 | 1100 | 110101 | 1001 | 101111 | 1001010 | 1000011 |
Color Harmonies of #E9CE6D
Complementary color
Monochromatic Colors of #E9CE6D
Black with #E9CE6D
Text Example
Text Example
White with #E9CE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CE6D; }
p { color: rgb(233,206,109); }
H1.HeaderClassName
{
color: #E9CE6D;
}
.AnyTagClassName
{
color: #E9CE6D;
}
</style>
background-color css
<style>
a { background-color: #E9CE6D; }
a { background-color: rgb(233,206,109); }
div.DivClassName
{
background-color: #E9CE6D;
}
.BgClassName
{
background-color: #E9CE6D;
}
</style>
border-color css
<style>
span { border-color: #E9CE6D; }
span { border-color: rgb(233,206,109); }
td.TdClassName
{
border-color: #E9CE6D;
}
.TagClassName
{
border-color: #E9CE6D;
}
</style>