Shades of Golden Sand #EAC463
Tints of Golden Sand #EAC463
RGB
CMYK
RGB Variations
Color information
#EAC463 (or 0xEAC463) is known color: Golden Sand. HEX triplet: EA, C4 and 63. RGB value is (234,196,99). Sum of RGB (Red+Green+Blue) = 234+196+99=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC463 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC463 is #153B9C. Grayscale: #C4C4C4. Windows color (decimal): -1391517 or 6538474. OLE color: 6538474.
HSL color Cylindrical-coordinate representation of color #EAC463: hue angle of 43.11º 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 #EAC463 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 99 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.08 |
| HSL | 43.11º | 0.76% | 0.65% | - |
| HSV(B) | 43.11º | 0.58% | 0.92% | - |
| XYZ | 55.92 | 57.87 | 20.03 | - |
| YUV | 196.3 | 73.09 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 99 | 0 | 0.16 | 0.58 | 0.08 | 43.11 | 0.76 | 0.65 |
| Hex | EA | C4 | 63 | 0 | 10 | 3A | 8 | 2B | 4C | 41 |
| Octal | 352 | 304 | 143 | 0 | 20 | 72 | 10 | 53 | 114 | 101 |
| Binary | 11101010 | 11000100 | 1100011 | 0 | 10000 | 111010 | 1000 | 101011 | 1001100 | 1000001 |
Color Harmonies of #EAC463
Complementary color
Monochromatic Colors of #EAC463
Black with #EAC463
Text Example
Text Example
White with #EAC463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC463; }
p { color: rgb(234,196,99); }
H1.HeaderClassName
{
color: #EAC463;
}
.AnyTagClassName
{
color: #EAC463;
}
</style>
background-color css
<style>
a { background-color: #EAC463; }
a { background-color: rgb(234,196,99); }
div.DivClassName
{
background-color: #EAC463;
}
.BgClassName
{
background-color: #EAC463;
}
</style>
border-color css
<style>
span { border-color: #EAC463; }
span { border-color: rgb(234,196,99); }
td.TdClassName
{
border-color: #EAC463;
}
.TagClassName
{
border-color: #EAC463;
}
</style>