Shades of Golden Sand #EACA66
Tints of Golden Sand #EACA66
RGB
CMYK
RGB Variations
Color information
#EACA66 (or 0xEACA66) is known color: Golden Sand. HEX triplet: EA, CA and 66. RGB value is (234,202,102). Sum of RGB (Red+Green+Blue) = 234+202+102=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 102 (40.23% from 255 or 18.96% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACA66 is #153599. Grayscale: #C8C8C8. Windows color (decimal): -1389978 or 6736618. OLE color: 6736618.
HSL color Cylindrical-coordinate representation of color #EACA66: hue angle of 45.45º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EACA66 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 102 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.08 |
| HSL | 45.45º | 0.76% | 0.66% | - |
| HSV(B) | 45.45º | 0.56% | 0.92% | - |
| XYZ | 57.45 | 60.69 | 21.26 | - |
| YUV | 200.17 | 72.6 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 102 | 0 | 0.14 | 0.56 | 0.08 | 45.45 | 0.76 | 0.66 |
| Hex | EA | CA | 66 | 0 | E | 38 | 8 | 2D | 4C | 42 |
| Octal | 352 | 312 | 146 | 0 | 16 | 70 | 10 | 55 | 114 | 102 |
| Binary | 11101010 | 11001010 | 1100110 | 0 | 1110 | 111000 | 1000 | 101101 | 1001100 | 1000010 |
Color Harmonies of #EACA66
Complementary color
Monochromatic Colors of #EACA66
Black with #EACA66
Text Example
Text Example
White with #EACA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA66; }
p { color: rgb(234,202,102); }
H1.HeaderClassName
{
color: #EACA66;
}
.AnyTagClassName
{
color: #EACA66;
}
</style>
background-color css
<style>
a { background-color: #EACA66; }
a { background-color: rgb(234,202,102); }
div.DivClassName
{
background-color: #EACA66;
}
.BgClassName
{
background-color: #EACA66;
}
</style>
border-color css
<style>
span { border-color: #EACA66; }
span { border-color: rgb(234,202,102); }
td.TdClassName
{
border-color: #EACA66;
}
.TagClassName
{
border-color: #EACA66;
}
</style>