Shades of Golden Sand #E9CC6E
Tints of Golden Sand #E9CC6E
RGB
CMYK
RGB Variations
Color information
#E9CC6E (or 0xE9CC6E) is known color: Golden Sand. HEX triplet: E9, CC and 6E. RGB value is (233,204,110). Sum of RGB (Red+Green+Blue) = 233+204+110=547 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.60% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 110 (43.36% from 255 or 20.11% from 547); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CC6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CC6E is #163391. Grayscale: #CACACA. Windows color (decimal): -1454994 or 7261417. OLE color: 7261417.
HSL color Cylindrical-coordinate representation of color #E9CC6E: hue angle of 45.85º 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 #E9CC6E is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 204 | 110 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.09 |
| HSL | 45.85º | 0.74% | 0.67% | - |
| HSV(B) | 45.85º | 0.53% | 0.91% | - |
| XYZ | 58.01 | 61.64 | 23.59 | - |
| YUV | 201.96 | 76.11 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 204 | 110 | 0 | 0.12 | 0.53 | 0.09 | 45.85 | 0.74 | 0.67 |
| Hex | E9 | CC | 6E | 0 | C | 35 | 9 | 2E | 4A | 43 |
| Octal | 351 | 314 | 156 | 0 | 14 | 65 | 11 | 56 | 112 | 103 |
| Binary | 11101001 | 11001100 | 1101110 | 0 | 1100 | 110101 | 1001 | 101110 | 1001010 | 1000011 |
Color Harmonies of #E9CC6E
Complementary color
Monochromatic Colors of #E9CC6E
Black with #E9CC6E
Text Example
Text Example
White with #E9CC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CC6E; }
p { color: rgb(233,204,110); }
H1.HeaderClassName
{
color: #E9CC6E;
}
.AnyTagClassName
{
color: #E9CC6E;
}
</style>
background-color css
<style>
a { background-color: #E9CC6E; }
a { background-color: rgb(233,204,110); }
div.DivClassName
{
background-color: #E9CC6E;
}
.BgClassName
{
background-color: #E9CC6E;
}
</style>
border-color css
<style>
span { border-color: #E9CC6E; }
span { border-color: rgb(233,204,110); }
td.TdClassName
{
border-color: #E9CC6E;
}
.TagClassName
{
border-color: #E9CC6E;
}
</style>