Shades of Golden Sand #EACA64
Tints of Golden Sand #EACA64
RGB
CMYK
RGB Variations
Color information
#EACA64 (or 0xEACA64) is known color: Golden Sand. HEX triplet: EA, CA and 64. RGB value is (234,202,100). Sum of RGB (Red+Green+Blue) = 234+202+100=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 100 (39.45% from 255 or 18.66% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACA64 is #15359B. Grayscale: #C8C8C8. Windows color (decimal): -1389980 or 6605546. OLE color: 6605546.
HSL color Cylindrical-coordinate representation of color #EACA64: hue angle of 45.67º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EACA64 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 100 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.08 |
| HSL | 45.67º | 0.76% | 0.65% | - |
| HSV(B) | 45.67º | 0.57% | 0.92% | - |
| XYZ | 57.35 | 60.65 | 20.74 | - |
| YUV | 199.94 | 71.6 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 100 | 0 | 0.14 | 0.57 | 0.08 | 45.67 | 0.76 | 0.65 |
| Hex | EA | CA | 64 | 0 | E | 39 | 8 | 2E | 4C | 41 |
| Octal | 352 | 312 | 144 | 0 | 16 | 71 | 10 | 56 | 114 | 101 |
| Binary | 11101010 | 11001010 | 1100100 | 0 | 1110 | 111001 | 1000 | 101110 | 1001100 | 1000001 |
Color Harmonies of #EACA64
Complementary color
Monochromatic Colors of #EACA64
Black with #EACA64
Text Example
Text Example
White with #EACA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA64; }
p { color: rgb(234,202,100); }
H1.HeaderClassName
{
color: #EACA64;
}
.AnyTagClassName
{
color: #EACA64;
}
</style>
background-color css
<style>
a { background-color: #EACA64; }
a { background-color: rgb(234,202,100); }
div.DivClassName
{
background-color: #EACA64;
}
.BgClassName
{
background-color: #EACA64;
}
</style>
border-color css
<style>
span { border-color: #EACA64; }
span { border-color: rgb(234,202,100); }
td.TdClassName
{
border-color: #EACA64;
}
.TagClassName
{
border-color: #EACA64;
}
</style>