Shades of Golden Sand #EACC5E
Tints of Golden Sand #EACC5E
RGB
CMYK
RGB Variations
Color information
#EACC5E (or 0xEACC5E) is known color: Golden Sand. HEX triplet: EA, CC and 5E. RGB value is (234,204,94). Sum of RGB (Red+Green+Blue) = 234+204+94=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 94 (37.11% from 255 or 17.67% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACC5E is #1533A1. Grayscale: #C8C8C8. Windows color (decimal): -1389474 or 6212842. OLE color: 6212842.
HSL color Cylindrical-coordinate representation of color #EACC5E: hue angle of 47.14º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EACC5E is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 94 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.08 |
| HSL | 47.14º | 0.77% | 0.64% | - |
| HSV(B) | 47.14º | 0.6% | 0.92% | - |
| XYZ | 57.54 | 61.49 | 19.42 | - |
| YUV | 200.43 | 67.94 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 94 | 0 | 0.13 | 0.60 | 0.08 | 47.14 | 0.77 | 0.64 |
| Hex | EA | CC | 5E | 0 | D | 3C | 8 | 2F | 4D | 40 |
| Octal | 352 | 314 | 136 | 0 | 15 | 74 | 10 | 57 | 115 | 100 |
| Binary | 11101010 | 11001100 | 1011110 | 0 | 1101 | 111100 | 1000 | 101111 | 1001101 | 1000000 |
Color Harmonies of #EACC5E
Complementary color
Monochromatic Colors of #EACC5E
Black with #EACC5E
Text Example
Text Example
White with #EACC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC5E; }
p { color: rgb(234,204,94); }
H1.HeaderClassName
{
color: #EACC5E;
}
.AnyTagClassName
{
color: #EACC5E;
}
</style>
background-color css
<style>
a { background-color: #EACC5E; }
a { background-color: rgb(234,204,94); }
div.DivClassName
{
background-color: #EACC5E;
}
.BgClassName
{
background-color: #EACC5E;
}
</style>
border-color css
<style>
span { border-color: #EACC5E; }
span { border-color: rgb(234,204,94); }
td.TdClassName
{
border-color: #EACC5E;
}
.TagClassName
{
border-color: #EACC5E;
}
</style>