Shades of Golden Sand #EAD863
Tints of Golden Sand #EAD863
RGB
CMYK
RGB Variations
Color information
#EAD863 (or 0xEAD863) is known color: Golden Sand. HEX triplet: EA, D8 and 63. RGB value is (234,216,99). Sum of RGB (Red+Green+Blue) = 234+216+99=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 99 (39.06% from 255 or 18.03% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD863 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD863 is #15279C. Grayscale: #D0D0D0. Windows color (decimal): -1386397 or 6543594. OLE color: 6543594.
HSL color Cylindrical-coordinate representation of color #EAD863: hue angle of 52º 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 #EAD863 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 216 | 99 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.08 |
| HSL | 52º | 0.76% | 0.65% | - |
| HSV(B) | 52º | 0.58% | 0.92% | - |
| XYZ | 60.74 | 67.51 | 21.63 | - |
| YUV | 208.04 | 66.46 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 216 | 99 | 0 | 0.08 | 0.58 | 0.08 | 52 | 0.76 | 0.65 |
| Hex | EA | D8 | 63 | 0 | 8 | 3A | 8 | 34 | 4C | 41 |
| Octal | 352 | 330 | 143 | 0 | 10 | 72 | 10 | 64 | 114 | 101 |
| Binary | 11101010 | 11011000 | 1100011 | 0 | 1000 | 111010 | 1000 | 110100 | 1001100 | 1000001 |
Color Harmonies of #EAD863
Complementary color
Monochromatic Colors of #EAD863
Black with #EAD863
Text Example
Text Example
White with #EAD863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD863; }
p { color: rgb(234,216,99); }
H1.HeaderClassName
{
color: #EAD863;
}
.AnyTagClassName
{
color: #EAD863;
}
</style>
background-color css
<style>
a { background-color: #EAD863; }
a { background-color: rgb(234,216,99); }
div.DivClassName
{
background-color: #EAD863;
}
.BgClassName
{
background-color: #EAD863;
}
</style>
border-color css
<style>
span { border-color: #EAD863; }
span { border-color: rgb(234,216,99); }
td.TdClassName
{
border-color: #EAD863;
}
.TagClassName
{
border-color: #EAD863;
}
</style>