Shades of Golden Sand #E9CD64
Tints of Golden Sand #E9CD64
RGB
CMYK
RGB Variations
Color information
#E9CD64 (or 0xE9CD64) is known color: Golden Sand. HEX triplet: E9, CD and 64. RGB value is (233,205,100). Sum of RGB (Red+Green+Blue) = 233+205+100=538 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.31% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 100 (39.45% from 255 or 18.59% from 538); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CD64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CD64 is #16329B. Grayscale: #C9C9C9. Windows color (decimal): -1454748 or 6606313. OLE color: 6606313.
HSL color Cylindrical-coordinate representation of color #E9CD64: hue angle of 47.37º 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 #E9CD64 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 205 | 100 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.09 |
| HSL | 47.37º | 0.75% | 0.65% | - |
| HSV(B) | 47.37º | 0.57% | 0.91% | - |
| XYZ | 57.74 | 61.91 | 20.96 | - |
| YUV | 201.4 | 70.78 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 205 | 100 | 0 | 0.12 | 0.57 | 0.09 | 47.37 | 0.75 | 0.65 |
| Hex | E9 | CD | 64 | 0 | C | 39 | 9 | 2F | 4B | 41 |
| Octal | 351 | 315 | 144 | 0 | 14 | 71 | 11 | 57 | 113 | 101 |
| Binary | 11101001 | 11001101 | 1100100 | 0 | 1100 | 111001 | 1001 | 101111 | 1001011 | 1000001 |
Color Harmonies of #E9CD64
Complementary color
Monochromatic Colors of #E9CD64
Black with #E9CD64
Text Example
Text Example
White with #E9CD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CD64; }
p { color: rgb(233,205,100); }
H1.HeaderClassName
{
color: #E9CD64;
}
.AnyTagClassName
{
color: #E9CD64;
}
</style>
background-color css
<style>
a { background-color: #E9CD64; }
a { background-color: rgb(233,205,100); }
div.DivClassName
{
background-color: #E9CD64;
}
.BgClassName
{
background-color: #E9CD64;
}
</style>
border-color css
<style>
span { border-color: #E9CD64; }
span { border-color: rgb(233,205,100); }
td.TdClassName
{
border-color: #E9CD64;
}
.TagClassName
{
border-color: #E9CD64;
}
</style>