Shades of Golden Sand #EAC963
Tints of Golden Sand #EAC963
RGB
CMYK
RGB Variations
Color information
#EAC963 (or 0xEAC963) is known color: Golden Sand. HEX triplet: EA, C9 and 63. RGB value is (234,201,99). Sum of RGB (Red+Green+Blue) = 234+201+99=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 99 (39.06% from 255 or 18.54% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC963 is #15369C. Grayscale: #C7C7C7. Windows color (decimal): -1390237 or 6539754. OLE color: 6539754.
HSL color Cylindrical-coordinate representation of color #EAC963: hue angle of 45.33º 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 #EAC963 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 99 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.08 |
| HSL | 45.33º | 0.76% | 0.65% | - |
| HSV(B) | 45.33º | 0.58% | 0.92% | - |
| XYZ | 57.07 | 60.17 | 20.41 | - |
| YUV | 199.24 | 71.43 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 99 | 0 | 0.14 | 0.58 | 0.08 | 45.33 | 0.76 | 0.65 |
| Hex | EA | C9 | 63 | 0 | E | 3A | 8 | 2D | 4C | 41 |
| Octal | 352 | 311 | 143 | 0 | 16 | 72 | 10 | 55 | 114 | 101 |
| Binary | 11101010 | 11001001 | 1100011 | 0 | 1110 | 111010 | 1000 | 101101 | 1001100 | 1000001 |
Color Harmonies of #EAC963
Complementary color
Monochromatic Colors of #EAC963
Black with #EAC963
Text Example
Text Example
White with #EAC963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC963; }
p { color: rgb(234,201,99); }
H1.HeaderClassName
{
color: #EAC963;
}
.AnyTagClassName
{
color: #EAC963;
}
</style>
background-color css
<style>
a { background-color: #EAC963; }
a { background-color: rgb(234,201,99); }
div.DivClassName
{
background-color: #EAC963;
}
.BgClassName
{
background-color: #EAC963;
}
</style>
border-color css
<style>
span { border-color: #EAC963; }
span { border-color: rgb(234,201,99); }
td.TdClassName
{
border-color: #EAC963;
}
.TagClassName
{
border-color: #EAC963;
}
</style>