Shades of Golden Sand #EAC862
Tints of Golden Sand #EAC862
RGB
CMYK
RGB Variations
Color information
#EAC862 (or 0xEAC862) is known color: Golden Sand. HEX triplet: EA, C8 and 62. RGB value is (234,200,98). Sum of RGB (Red+Green+Blue) = 234+200+98=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 98 (38.67% from 255 or 18.42% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC862 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC862 is #15379D. Grayscale: #C6C6C6. Windows color (decimal): -1390494 or 6473962. OLE color: 6473962.
HSL color Cylindrical-coordinate representation of color #EAC862: hue angle of 45º 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 #EAC862 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 98 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.08 |
| HSL | 45º | 0.76% | 0.65% | - |
| HSV(B) | 45º | 0.58% | 0.92% | - |
| XYZ | 56.79 | 59.68 | 20.08 | - |
| YUV | 198.54 | 71.26 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 98 | 0 | 0.15 | 0.58 | 0.08 | 45 | 0.76 | 0.65 |
| Hex | EA | C8 | 62 | 0 | F | 3A | 8 | 2D | 4C | 41 |
| Octal | 352 | 310 | 142 | 0 | 17 | 72 | 10 | 55 | 114 | 101 |
| Binary | 11101010 | 11001000 | 1100010 | 0 | 1111 | 111010 | 1000 | 101101 | 1001100 | 1000001 |
Color Harmonies of #EAC862
Complementary color
Monochromatic Colors of #EAC862
Black with #EAC862
Text Example
Text Example
White with #EAC862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC862; }
p { color: rgb(234,200,98); }
H1.HeaderClassName
{
color: #EAC862;
}
.AnyTagClassName
{
color: #EAC862;
}
</style>
background-color css
<style>
a { background-color: #EAC862; }
a { background-color: rgb(234,200,98); }
div.DivClassName
{
background-color: #EAC862;
}
.BgClassName
{
background-color: #EAC862;
}
</style>
border-color css
<style>
span { border-color: #EAC862; }
span { border-color: rgb(234,200,98); }
td.TdClassName
{
border-color: #EAC862;
}
.TagClassName
{
border-color: #EAC862;
}
</style>