Shades of Golden Sand #E9C65E
Tints of Golden Sand #E9C65E
RGB
CMYK
RGB Variations
Color information
#E9C65E (or 0xE9C65E) is known color: Golden Sand. HEX triplet: E9, C6 and 5E. RGB value is (233,198,94). Sum of RGB (Red+Green+Blue) = 233+198+94=525 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.38% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 94 (37.11% from 255 or 17.90% from 525); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C65E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C65E is #1639A1. Grayscale: #C5C5C5. Windows color (decimal): -1456546 or 6211305. OLE color: 6211305.
HSL color Cylindrical-coordinate representation of color #E9C65E: hue angle of 44.89º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E9C65E is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 198 | 94 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.09 |
| HSL | 44.89º | 0.76% | 0.64% | - |
| HSV(B) | 44.89º | 0.6% | 0.91% | - |
| XYZ | 55.82 | 58.52 | 18.94 | - |
| YUV | 196.61 | 70.1 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 198 | 94 | 0 | 0.15 | 0.60 | 0.09 | 44.89 | 0.76 | 0.64 |
| Hex | E9 | C6 | 5E | 0 | F | 3C | 9 | 2D | 4C | 40 |
| Octal | 351 | 306 | 136 | 0 | 17 | 74 | 11 | 55 | 114 | 100 |
| Binary | 11101001 | 11000110 | 1011110 | 0 | 1111 | 111100 | 1001 | 101101 | 1001100 | 1000000 |
Color Harmonies of #E9C65E
Complementary color
Monochromatic Colors of #E9C65E
Black with #E9C65E
Text Example
Text Example
White with #E9C65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C65E; }
p { color: rgb(233,198,94); }
H1.HeaderClassName
{
color: #E9C65E;
}
.AnyTagClassName
{
color: #E9C65E;
}
</style>
background-color css
<style>
a { background-color: #E9C65E; }
a { background-color: rgb(233,198,94); }
div.DivClassName
{
background-color: #E9C65E;
}
.BgClassName
{
background-color: #E9C65E;
}
</style>
border-color css
<style>
span { border-color: #E9C65E; }
span { border-color: rgb(233,198,94); }
td.TdClassName
{
border-color: #E9C65E;
}
.TagClassName
{
border-color: #E9C65E;
}
</style>