Shades of Golden Sand #EAC863
Tints of Golden Sand #EAC863
RGB
CMYK
RGB Variations
Color information
#EAC863 (or 0xEAC863) is known color: Golden Sand. HEX triplet: EA, C8 and 63. RGB value is (234,200,99). Sum of RGB (Red+Green+Blue) = 234+200+99=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 200 (78.52% from 255 or 37.52% from 533); Blue value is 99 (39.06% from 255 or 18.57% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC863 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC863 is #15379C. Grayscale: #C7C7C7. Windows color (decimal): -1390493 or 6539498. OLE color: 6539498.
HSL color Cylindrical-coordinate representation of color #EAC863: hue angle of 44.89º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EAC863 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 99 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.08 |
| HSL | 44.89º | 0.76% | 0.65% | - |
| HSV(B) | 44.89º | 0.58% | 0.92% | - |
| XYZ | 56.84 | 59.7 | 20.33 | - |
| YUV | 198.65 | 71.76 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 99 | 0 | 0.15 | 0.58 | 0.08 | 44.89 | 0.76 | 0.65 |
| Hex | EA | C8 | 63 | 0 | F | 3A | 8 | 2D | 4C | 41 |
| Octal | 352 | 310 | 143 | 0 | 17 | 72 | 10 | 55 | 114 | 101 |
| Binary | 11101010 | 11001000 | 1100011 | 0 | 1111 | 111010 | 1000 | 101101 | 1001100 | 1000001 |
Color Harmonies of #EAC863
Complementary color
Monochromatic Colors of #EAC863
Black with #EAC863
Text Example
Text Example
White with #EAC863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC863; }
p { color: rgb(234,200,99); }
H1.HeaderClassName
{
color: #EAC863;
}
.AnyTagClassName
{
color: #EAC863;
}
</style>
background-color css
<style>
a { background-color: #EAC863; }
a { background-color: rgb(234,200,99); }
div.DivClassName
{
background-color: #EAC863;
}
.BgClassName
{
background-color: #EAC863;
}
</style>
border-color css
<style>
span { border-color: #EAC863; }
span { border-color: rgb(234,200,99); }
td.TdClassName
{
border-color: #EAC863;
}
.TagClassName
{
border-color: #EAC863;
}
</style>