Shades of Golden Sand #EAC464
Tints of Golden Sand #EAC464
RGB
CMYK
RGB Variations
Color information
#EAC464 (or 0xEAC464) is known color: Golden Sand. HEX triplet: EA, C4 and 64. RGB value is (234,196,100). Sum of RGB (Red+Green+Blue) = 234+196+100=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 100 (39.45% from 255 or 18.87% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC464 is #153B9B. Grayscale: #C4C4C4. Windows color (decimal): -1391516 or 6604010. OLE color: 6604010.
HSL color Cylindrical-coordinate representation of color #EAC464: hue angle of 42.99º 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 #EAC464 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 100 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.08 |
| HSL | 42.99º | 0.76% | 0.65% | - |
| HSV(B) | 42.99º | 0.57% | 0.92% | - |
| XYZ | 55.97 | 57.89 | 20.28 | - |
| YUV | 196.42 | 73.59 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 100 | 0 | 0.16 | 0.57 | 0.08 | 42.99 | 0.76 | 0.65 |
| Hex | EA | C4 | 64 | 0 | 10 | 39 | 8 | 2B | 4C | 41 |
| Octal | 352 | 304 | 144 | 0 | 20 | 71 | 10 | 53 | 114 | 101 |
| Binary | 11101010 | 11000100 | 1100100 | 0 | 10000 | 111001 | 1000 | 101011 | 1001100 | 1000001 |
Color Harmonies of #EAC464
Complementary color
Monochromatic Colors of #EAC464
Black with #EAC464
Text Example
Text Example
White with #EAC464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC464; }
p { color: rgb(234,196,100); }
H1.HeaderClassName
{
color: #EAC464;
}
.AnyTagClassName
{
color: #EAC464;
}
</style>
background-color css
<style>
a { background-color: #EAC464; }
a { background-color: rgb(234,196,100); }
div.DivClassName
{
background-color: #EAC464;
}
.BgClassName
{
background-color: #EAC464;
}
</style>
border-color css
<style>
span { border-color: #EAC464; }
span { border-color: rgb(234,196,100); }
td.TdClassName
{
border-color: #EAC464;
}
.TagClassName
{
border-color: #EAC464;
}
</style>