Shades of Golden Sand #EAC96E
Tints of Golden Sand #EAC96E
RGB
CMYK
RGB Variations
Color information
#EAC96E (or 0xEAC96E) is known color: Golden Sand. HEX triplet: EA, C9 and 6E. RGB value is (234,201,110). Sum of RGB (Red+Green+Blue) = 234+201+110=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 110 (43.36% from 255 or 20.18% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC96E is #153691. Grayscale: #C8C8C8. Windows color (decimal): -1390226 or 7260650. OLE color: 7260650.
HSL color Cylindrical-coordinate representation of color #EAC96E: hue angle of 44.03º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAC96E is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 110 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.08 |
| HSL | 44.03º | 0.75% | 0.67% | - |
| HSV(B) | 44.03º | 0.53% | 0.92% | - |
| XYZ | 57.63 | 60.39 | 23.37 | - |
| YUV | 200.49 | 76.93 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 110 | 0 | 0.14 | 0.53 | 0.08 | 44.03 | 0.75 | 0.67 |
| Hex | EA | C9 | 6E | 0 | E | 35 | 8 | 2C | 4B | 43 |
| Octal | 352 | 311 | 156 | 0 | 16 | 65 | 10 | 54 | 113 | 103 |
| Binary | 11101010 | 11001001 | 1101110 | 0 | 1110 | 110101 | 1000 | 101100 | 1001011 | 1000011 |
Color Harmonies of #EAC96E
Complementary color
Monochromatic Colors of #EAC96E
Black with #EAC96E
Text Example
Text Example
White with #EAC96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC96E; }
p { color: rgb(234,201,110); }
H1.HeaderClassName
{
color: #EAC96E;
}
.AnyTagClassName
{
color: #EAC96E;
}
</style>
background-color css
<style>
a { background-color: #EAC96E; }
a { background-color: rgb(234,201,110); }
div.DivClassName
{
background-color: #EAC96E;
}
.BgClassName
{
background-color: #EAC96E;
}
</style>
border-color css
<style>
span { border-color: #EAC96E; }
span { border-color: rgb(234,201,110); }
td.TdClassName
{
border-color: #EAC96E;
}
.TagClassName
{
border-color: #EAC96E;
}
</style>