Shades of Golden Sand #E9C465
Tints of Golden Sand #E9C465
RGB
CMYK
RGB Variations
Color information
#E9C465 (or 0xE9C465) is known color: Golden Sand. HEX triplet: E9, C4 and 65. RGB value is (233,196,101). Sum of RGB (Red+Green+Blue) = 233+196+101=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C465 is #163B9A. Grayscale: #C4C4C4. Windows color (decimal): -1457051 or 6669545. OLE color: 6669545.
HSL color Cylindrical-coordinate representation of color #E9C465: hue angle of 43.18º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E9C465 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 196 | 101 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.09 |
| HSL | 43.18º | 0.75% | 0.65% | - |
| HSV(B) | 43.18º | 0.57% | 0.91% | - |
| XYZ | 55.69 | 57.74 | 20.52 | - |
| YUV | 196.23 | 74.26 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 196 | 101 | 0 | 0.16 | 0.57 | 0.09 | 43.18 | 0.75 | 0.65 |
| Hex | E9 | C4 | 65 | 0 | 10 | 39 | 9 | 2B | 4B | 41 |
| Octal | 351 | 304 | 145 | 0 | 20 | 71 | 11 | 53 | 113 | 101 |
| Binary | 11101001 | 11000100 | 1100101 | 0 | 10000 | 111001 | 1001 | 101011 | 1001011 | 1000001 |
Color Harmonies of #E9C465
Complementary color
Monochromatic Colors of #E9C465
Black with #E9C465
Text Example
Text Example
White with #E9C465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C465; }
p { color: rgb(233,196,101); }
H1.HeaderClassName
{
color: #E9C465;
}
.AnyTagClassName
{
color: #E9C465;
}
</style>
background-color css
<style>
a { background-color: #E9C465; }
a { background-color: rgb(233,196,101); }
div.DivClassName
{
background-color: #E9C465;
}
.BgClassName
{
background-color: #E9C465;
}
</style>
border-color css
<style>
span { border-color: #E9C465; }
span { border-color: rgb(233,196,101); }
td.TdClassName
{
border-color: #E9C465;
}
.TagClassName
{
border-color: #E9C465;
}
</style>