Shades of Golden Sand #E9C665
Tints of Golden Sand #E9C665
RGB
CMYK
RGB Variations
Color information
#E9C665 (or 0xE9C665) is known color: Golden Sand. HEX triplet: E9, C6 and 65. RGB value is (233,198,101). Sum of RGB (Red+Green+Blue) = 233+198+101=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 101 (39.84% from 255 or 18.98% from 532); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C665 is #16399A. Grayscale: #C5C5C5. Windows color (decimal): -1456539 or 6670057. OLE color: 6670057.
HSL color Cylindrical-coordinate representation of color #E9C665: hue angle of 44.09º 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 #E9C665 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 198 | 101 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.09 |
| HSL | 44.09º | 0.75% | 0.65% | - |
| HSV(B) | 44.09º | 0.57% | 0.91% | - |
| XYZ | 56.15 | 58.65 | 20.67 | - |
| YUV | 197.41 | 73.6 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 198 | 101 | 0 | 0.15 | 0.57 | 0.09 | 44.09 | 0.75 | 0.65 |
| Hex | E9 | C6 | 65 | 0 | F | 39 | 9 | 2C | 4B | 41 |
| Octal | 351 | 306 | 145 | 0 | 17 | 71 | 11 | 54 | 113 | 101 |
| Binary | 11101001 | 11000110 | 1100101 | 0 | 1111 | 111001 | 1001 | 101100 | 1001011 | 1000001 |
Color Harmonies of #E9C665
Complementary color
Monochromatic Colors of #E9C665
Black with #E9C665
Text Example
Text Example
White with #E9C665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C665; }
p { color: rgb(233,198,101); }
H1.HeaderClassName
{
color: #E9C665;
}
.AnyTagClassName
{
color: #E9C665;
}
</style>
background-color css
<style>
a { background-color: #E9C665; }
a { background-color: rgb(233,198,101); }
div.DivClassName
{
background-color: #E9C665;
}
.BgClassName
{
background-color: #E9C665;
}
</style>
border-color css
<style>
span { border-color: #E9C665; }
span { border-color: rgb(233,198,101); }
td.TdClassName
{
border-color: #E9C665;
}
.TagClassName
{
border-color: #E9C665;
}
</style>