Shades of Golden Sand #EACC6E
Tints of Golden Sand #EACC6E
RGB
CMYK
RGB Variations
Color information
#EACC6E (or 0xEACC6E) is known color: Golden Sand. HEX triplet: EA, CC and 6E. RGB value is (234,204,110). Sum of RGB (Red+Green+Blue) = 234+204+110=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 110 (43.36% from 255 or 20.07% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACC6E is #153391. Grayscale: #CACACA. Windows color (decimal): -1389458 or 7261418. OLE color: 7261418.
HSL color Cylindrical-coordinate representation of color #EACC6E: hue angle of 45.48º 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 #EACC6E is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 110 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.08 |
| HSL | 45.48º | 0.75% | 0.67% | - |
| HSV(B) | 45.48º | 0.53% | 0.92% | - |
| XYZ | 58.34 | 61.8 | 23.61 | - |
| YUV | 202.25 | 75.94 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 110 | 0 | 0.13 | 0.53 | 0.08 | 45.48 | 0.75 | 0.67 |
| Hex | EA | CC | 6E | 0 | D | 35 | 8 | 2D | 4B | 43 |
| Octal | 352 | 314 | 156 | 0 | 15 | 65 | 10 | 55 | 113 | 103 |
| Binary | 11101010 | 11001100 | 1101110 | 0 | 1101 | 110101 | 1000 | 101101 | 1001011 | 1000011 |
Color Harmonies of #EACC6E
Complementary color
Monochromatic Colors of #EACC6E
Black with #EACC6E
Text Example
Text Example
White with #EACC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC6E; }
p { color: rgb(234,204,110); }
H1.HeaderClassName
{
color: #EACC6E;
}
.AnyTagClassName
{
color: #EACC6E;
}
</style>
background-color css
<style>
a { background-color: #EACC6E; }
a { background-color: rgb(234,204,110); }
div.DivClassName
{
background-color: #EACC6E;
}
.BgClassName
{
background-color: #EACC6E;
}
</style>
border-color css
<style>
span { border-color: #EACC6E; }
span { border-color: rgb(234,204,110); }
td.TdClassName
{
border-color: #EACC6E;
}
.TagClassName
{
border-color: #EACC6E;
}
</style>