Shades of Golden Sand #EAC96C
Tints of Golden Sand #EAC96C
RGB
CMYK
RGB Variations
Color information
#EAC96C (or 0xEAC96C) is known color: Golden Sand. HEX triplet: EA, C9 and 6C. RGB value is (234,201,108). Sum of RGB (Red+Green+Blue) = 234+201+108=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC96C is #153693. Grayscale: #C8C8C8. Windows color (decimal): -1390228 or 7129578. OLE color: 7129578.
HSL color Cylindrical-coordinate representation of color #EAC96C: hue angle of 44.29º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EAC96C is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 108 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.08 |
| HSL | 44.29º | 0.75% | 0.67% | - |
| HSV(B) | 44.29º | 0.54% | 0.92% | - |
| XYZ | 57.53 | 60.35 | 22.8 | - |
| YUV | 200.27 | 75.93 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 108 | 0 | 0.14 | 0.54 | 0.08 | 44.29 | 0.75 | 0.67 |
| Hex | EA | C9 | 6C | 0 | E | 36 | 8 | 2C | 4B | 43 |
| Octal | 352 | 311 | 154 | 0 | 16 | 66 | 10 | 54 | 113 | 103 |
| Binary | 11101010 | 11001001 | 1101100 | 0 | 1110 | 110110 | 1000 | 101100 | 1001011 | 1000011 |
Color Harmonies of #EAC96C
Complementary color
Monochromatic Colors of #EAC96C
Black with #EAC96C
Text Example
Text Example
White with #EAC96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC96C; }
p { color: rgb(234,201,108); }
H1.HeaderClassName
{
color: #EAC96C;
}
.AnyTagClassName
{
color: #EAC96C;
}
</style>
background-color css
<style>
a { background-color: #EAC96C; }
a { background-color: rgb(234,201,108); }
div.DivClassName
{
background-color: #EAC96C;
}
.BgClassName
{
background-color: #EAC96C;
}
</style>
border-color css
<style>
span { border-color: #EAC96C; }
span { border-color: rgb(234,201,108); }
td.TdClassName
{
border-color: #EAC96C;
}
.TagClassName
{
border-color: #EAC96C;
}
</style>