Shades of Golden Sand #EAC86A
Tints of Golden Sand #EAC86A
RGB
CMYK
RGB Variations
Color information
#EAC86A (or 0xEAC86A) is known color: Golden Sand. HEX triplet: EA, C8 and 6A. RGB value is (234,200,106). Sum of RGB (Red+Green+Blue) = 234+200+106=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 106 (41.80% from 255 or 19.63% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC86A is #153795. Grayscale: #C7C7C7. Windows color (decimal): -1390486 or 6998250. OLE color: 6998250.
HSL color Cylindrical-coordinate representation of color #EAC86A: hue angle of 44.06º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EAC86A is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 106 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.08 |
| HSL | 44.06º | 0.75% | 0.67% | - |
| HSV(B) | 44.06º | 0.55% | 0.92% | - |
| XYZ | 57.19 | 59.84 | 22.17 | - |
| YUV | 199.45 | 75.26 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 106 | 0 | 0.15 | 0.55 | 0.08 | 44.06 | 0.75 | 0.67 |
| Hex | EA | C8 | 6A | 0 | F | 37 | 8 | 2C | 4B | 43 |
| Octal | 352 | 310 | 152 | 0 | 17 | 67 | 10 | 54 | 113 | 103 |
| Binary | 11101010 | 11001000 | 1101010 | 0 | 1111 | 110111 | 1000 | 101100 | 1001011 | 1000011 |
Color Harmonies of #EAC86A
Complementary color
Monochromatic Colors of #EAC86A
Black with #EAC86A
Text Example
Text Example
White with #EAC86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC86A; }
p { color: rgb(234,200,106); }
H1.HeaderClassName
{
color: #EAC86A;
}
.AnyTagClassName
{
color: #EAC86A;
}
</style>
background-color css
<style>
a { background-color: #EAC86A; }
a { background-color: rgb(234,200,106); }
div.DivClassName
{
background-color: #EAC86A;
}
.BgClassName
{
background-color: #EAC86A;
}
</style>
border-color css
<style>
span { border-color: #EAC86A; }
span { border-color: rgb(234,200,106); }
td.TdClassName
{
border-color: #EAC86A;
}
.TagClassName
{
border-color: #EAC86A;
}
</style>