Shades of Golden Sand #E9C96D
Tints of Golden Sand #E9C96D
RGB
CMYK
RGB Variations
Color information
#E9C96D (or 0xE9C96D) is known color: Golden Sand. HEX triplet: E9, C9 and 6D. RGB value is (233,201,109). Sum of RGB (Red+Green+Blue) = 233+201+109=543 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.91% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 109 (42.97% from 255 or 20.07% from 543); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C96D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C96D is #163692. Grayscale: #C8C8C8. Windows color (decimal): -1455763 or 7195113. OLE color: 7195113.
HSL color Cylindrical-coordinate representation of color #E9C96D: hue angle of 44.52º 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 #E9C96D is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 201 | 109 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.09 |
| HSL | 44.52º | 0.74% | 0.67% | - |
| HSV(B) | 44.52º | 0.53% | 0.91% | - |
| XYZ | 57.25 | 60.2 | 23.07 | - |
| YUV | 200.08 | 76.6 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 201 | 109 | 0 | 0.14 | 0.53 | 0.09 | 44.52 | 0.74 | 0.67 |
| Hex | E9 | C9 | 6D | 0 | E | 35 | 9 | 2D | 4A | 43 |
| Octal | 351 | 311 | 155 | 0 | 16 | 65 | 11 | 55 | 112 | 103 |
| Binary | 11101001 | 11001001 | 1101101 | 0 | 1110 | 110101 | 1001 | 101101 | 1001010 | 1000011 |
Color Harmonies of #E9C96D
Complementary color
Monochromatic Colors of #E9C96D
Black with #E9C96D
Text Example
Text Example
White with #E9C96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C96D; }
p { color: rgb(233,201,109); }
H1.HeaderClassName
{
color: #E9C96D;
}
.AnyTagClassName
{
color: #E9C96D;
}
</style>
background-color css
<style>
a { background-color: #E9C96D; }
a { background-color: rgb(233,201,109); }
div.DivClassName
{
background-color: #E9C96D;
}
.BgClassName
{
background-color: #E9C96D;
}
</style>
border-color css
<style>
span { border-color: #E9C96D; }
span { border-color: rgb(233,201,109); }
td.TdClassName
{
border-color: #E9C96D;
}
.TagClassName
{
border-color: #E9C96D;
}
</style>