Shades of Golden Sand #E9CD6E
Tints of Golden Sand #E9CD6E
RGB
CMYK
RGB Variations
Color information
#E9CD6E (or 0xE9CD6E) is known color: Golden Sand. HEX triplet: E9, CD and 6E. RGB value is (233,205,110). Sum of RGB (Red+Green+Blue) = 233+205+110=548 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.52% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 110 (43.36% from 255 or 20.07% from 548); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CD6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CD6E is #163291. Grayscale: #CACACA. Windows color (decimal): -1454738 or 7261673. OLE color: 7261673.
HSL color Cylindrical-coordinate representation of color #E9CD6E: hue angle of 46.34º 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 #E9CD6E is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 205 | 110 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.09 |
| HSL | 46.34º | 0.74% | 0.67% | - |
| HSV(B) | 46.34º | 0.53% | 0.91% | - |
| XYZ | 58.25 | 62.11 | 23.67 | - |
| YUV | 202.54 | 75.78 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 205 | 110 | 0 | 0.12 | 0.53 | 0.09 | 46.34 | 0.74 | 0.67 |
| Hex | E9 | CD | 6E | 0 | C | 35 | 9 | 2E | 4A | 43 |
| Octal | 351 | 315 | 156 | 0 | 14 | 65 | 11 | 56 | 112 | 103 |
| Binary | 11101001 | 11001101 | 1101110 | 0 | 1100 | 110101 | 1001 | 101110 | 1001010 | 1000011 |
Color Harmonies of #E9CD6E
Complementary color
Monochromatic Colors of #E9CD6E
Black with #E9CD6E
Text Example
Text Example
White with #E9CD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CD6E; }
p { color: rgb(233,205,110); }
H1.HeaderClassName
{
color: #E9CD6E;
}
.AnyTagClassName
{
color: #E9CD6E;
}
</style>
background-color css
<style>
a { background-color: #E9CD6E; }
a { background-color: rgb(233,205,110); }
div.DivClassName
{
background-color: #E9CD6E;
}
.BgClassName
{
background-color: #E9CD6E;
}
</style>
border-color css
<style>
span { border-color: #E9CD6E; }
span { border-color: rgb(233,205,110); }
td.TdClassName
{
border-color: #E9CD6E;
}
.TagClassName
{
border-color: #E9CD6E;
}
</style>