Shades of Golden Sand #E9CC64
Tints of Golden Sand #E9CC64
RGB
CMYK
RGB Variations
Color information
#E9CC64 (or 0xE9CC64) is known color: Golden Sand. HEX triplet: E9, CC and 64. RGB value is (233,204,100). Sum of RGB (Red+Green+Blue) = 233+204+100=537 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.39% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 100 (39.45% from 255 or 18.62% from 537); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CC64 is #16339B. Grayscale: #C9C9C9. Windows color (decimal): -1455004 or 6606057. OLE color: 6606057.
HSL color Cylindrical-coordinate representation of color #E9CC64: hue angle of 46.92º 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 #E9CC64 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 204 | 100 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.09 |
| HSL | 46.92º | 0.75% | 0.65% | - |
| HSV(B) | 46.92º | 0.57% | 0.91% | - |
| XYZ | 57.5 | 61.43 | 20.88 | - |
| YUV | 200.82 | 71.11 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 204 | 100 | 0 | 0.12 | 0.57 | 0.09 | 46.92 | 0.75 | 0.65 |
| Hex | E9 | CC | 64 | 0 | C | 39 | 9 | 2F | 4B | 41 |
| Octal | 351 | 314 | 144 | 0 | 14 | 71 | 11 | 57 | 113 | 101 |
| Binary | 11101001 | 11001100 | 1100100 | 0 | 1100 | 111001 | 1001 | 101111 | 1001011 | 1000001 |
Color Harmonies of #E9CC64
Complementary color
Monochromatic Colors of #E9CC64
Black with #E9CC64
Text Example
Text Example
White with #E9CC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CC64; }
p { color: rgb(233,204,100); }
H1.HeaderClassName
{
color: #E9CC64;
}
.AnyTagClassName
{
color: #E9CC64;
}
</style>
background-color css
<style>
a { background-color: #E9CC64; }
a { background-color: rgb(233,204,100); }
div.DivClassName
{
background-color: #E9CC64;
}
.BgClassName
{
background-color: #E9CC64;
}
</style>
border-color css
<style>
span { border-color: #E9CC64; }
span { border-color: rgb(233,204,100); }
td.TdClassName
{
border-color: #E9CC64;
}
.TagClassName
{
border-color: #E9CC64;
}
</style>