Shades of Golden Sand #E9C96F
Tints of Golden Sand #E9C96F
RGB
CMYK
RGB Variations
Color information
#E9C96F (or 0xE9C96F) is known color: Golden Sand. HEX triplet: E9, C9 and 6F. RGB value is (233,201,111). Sum of RGB (Red+Green+Blue) = 233+201+111=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 111 (43.75% from 255 or 20.37% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C96F is #163690. Grayscale: #C8C8C8. Windows color (decimal): -1455761 or 7326185. OLE color: 7326185.
HSL color Cylindrical-coordinate representation of color #E9C96F: hue angle of 44.26º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E9C96F is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 201 | 111 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.09 |
| HSL | 44.26º | 0.73% | 0.67% | - |
| HSV(B) | 44.26º | 0.52% | 0.91% | - |
| XYZ | 57.36 | 60.24 | 23.64 | - |
| YUV | 200.31 | 77.6 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 201 | 111 | 0 | 0.14 | 0.52 | 0.09 | 44.26 | 0.73 | 0.67 |
| Hex | E9 | C9 | 6F | 0 | E | 34 | 9 | 2C | 49 | 43 |
| Octal | 351 | 311 | 157 | 0 | 16 | 64 | 11 | 54 | 111 | 103 |
| Binary | 11101001 | 11001001 | 1101111 | 0 | 1110 | 110100 | 1001 | 101100 | 1001001 | 1000011 |
Color Harmonies of #E9C96F
Complementary color
Monochromatic Colors of #E9C96F
Black with #E9C96F
Text Example
Text Example
White with #E9C96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C96F; }
p { color: rgb(233,201,111); }
H1.HeaderClassName
{
color: #E9C96F;
}
.AnyTagClassName
{
color: #E9C96F;
}
</style>
background-color css
<style>
a { background-color: #E9C96F; }
a { background-color: rgb(233,201,111); }
div.DivClassName
{
background-color: #E9C96F;
}
.BgClassName
{
background-color: #E9C96F;
}
</style>
border-color css
<style>
span { border-color: #E9C96F; }
span { border-color: rgb(233,201,111); }
td.TdClassName
{
border-color: #E9C96F;
}
.TagClassName
{
border-color: #E9C96F;
}
</style>