Shades of Golden Sand #EAD163
Tints of Golden Sand #EAD163
RGB
CMYK
RGB Variations
Color information
#EAD163 (or 0xEAD163) is known color: Golden Sand. HEX triplet: EA, D1 and 63. RGB value is (234,209,99). Sum of RGB (Red+Green+Blue) = 234+209+99=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 99 (39.06% from 255 or 18.27% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD163 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD163 is #152E9C. Grayscale: #CCCCCC. Windows color (decimal): -1388189 or 6541802. OLE color: 6541802.
HSL color Cylindrical-coordinate representation of color #EAD163: hue angle of 48.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 #EAD163 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 209 | 99 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.08 |
| HSL | 48.89º | 0.76% | 0.65% | - |
| HSV(B) | 48.89º | 0.58% | 0.92% | - |
| XYZ | 58.98 | 63.99 | 21.05 | - |
| YUV | 203.94 | 68.78 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 209 | 99 | 0 | 0.11 | 0.58 | 0.08 | 48.89 | 0.76 | 0.65 |
| Hex | EA | D1 | 63 | 0 | B | 3A | 8 | 31 | 4C | 41 |
| Octal | 352 | 321 | 143 | 0 | 13 | 72 | 10 | 61 | 114 | 101 |
| Binary | 11101010 | 11010001 | 1100011 | 0 | 1011 | 111010 | 1000 | 110001 | 1001100 | 1000001 |
Color Harmonies of #EAD163
Complementary color
Monochromatic Colors of #EAD163
Black with #EAD163
Text Example
Text Example
White with #EAD163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD163; }
p { color: rgb(234,209,99); }
H1.HeaderClassName
{
color: #EAD163;
}
.AnyTagClassName
{
color: #EAD163;
}
</style>
background-color css
<style>
a { background-color: #EAD163; }
a { background-color: rgb(234,209,99); }
div.DivClassName
{
background-color: #EAD163;
}
.BgClassName
{
background-color: #EAD163;
}
</style>
border-color css
<style>
span { border-color: #EAD163; }
span { border-color: rgb(234,209,99); }
td.TdClassName
{
border-color: #EAD163;
}
.TagClassName
{
border-color: #EAD163;
}
</style>