Shades of Golden Sand #EAC865
Tints of Golden Sand #EAC865
RGB
CMYK
RGB Variations
Color information
#EAC865 (or 0xEAC865) is known color: Golden Sand. HEX triplet: EA, C8 and 65. RGB value is (234,200,101). Sum of RGB (Red+Green+Blue) = 234+200+101=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 101 (39.84% from 255 or 18.88% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC865 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC865 is #15379A. Grayscale: #C7C7C7. Windows color (decimal): -1390491 or 6670570. OLE color: 6670570.
HSL color Cylindrical-coordinate representation of color #EAC865: hue angle of 44.66º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EAC865 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 101 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.08 |
| HSL | 44.66º | 0.76% | 0.66% | - |
| HSV(B) | 44.66º | 0.57% | 0.92% | - |
| XYZ | 56.93 | 59.74 | 20.84 | - |
| YUV | 198.88 | 72.76 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 101 | 0 | 0.15 | 0.57 | 0.08 | 44.66 | 0.76 | 0.66 |
| Hex | EA | C8 | 65 | 0 | F | 39 | 8 | 2D | 4C | 42 |
| Octal | 352 | 310 | 145 | 0 | 17 | 71 | 10 | 55 | 114 | 102 |
| Binary | 11101010 | 11001000 | 1100101 | 0 | 1111 | 111001 | 1000 | 101101 | 1001100 | 1000010 |
Color Harmonies of #EAC865
Complementary color
Monochromatic Colors of #EAC865
Black with #EAC865
Text Example
Text Example
White with #EAC865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC865; }
p { color: rgb(234,200,101); }
H1.HeaderClassName
{
color: #EAC865;
}
.AnyTagClassName
{
color: #EAC865;
}
</style>
background-color css
<style>
a { background-color: #EAC865; }
a { background-color: rgb(234,200,101); }
div.DivClassName
{
background-color: #EAC865;
}
.BgClassName
{
background-color: #EAC865;
}
</style>
border-color css
<style>
span { border-color: #EAC865; }
span { border-color: rgb(234,200,101); }
td.TdClassName
{
border-color: #EAC865;
}
.TagClassName
{
border-color: #EAC865;
}
</style>