Shades of Golden Sand #EACA6E
Tints of Golden Sand #EACA6E
RGB
CMYK
RGB Variations
Color information
#EACA6E (or 0xEACA6E) is known color: Golden Sand. HEX triplet: EA, CA and 6E. RGB value is (234,202,110). Sum of RGB (Red+Green+Blue) = 234+202+110=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 110 (43.36% from 255 or 20.15% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACA6E is #153591. Grayscale: #C9C9C9. Windows color (decimal): -1389970 or 7260906. OLE color: 7260906.
HSL color Cylindrical-coordinate representation of color #EACA6E: hue angle of 44.52º 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 #EACA6E is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 110 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.08 |
| HSL | 44.52º | 0.75% | 0.67% | - |
| HSV(B) | 44.52º | 0.53% | 0.92% | - |
| XYZ | 57.87 | 60.86 | 23.45 | - |
| YUV | 201.08 | 76.6 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 110 | 0 | 0.14 | 0.53 | 0.08 | 44.52 | 0.75 | 0.67 |
| Hex | EA | CA | 6E | 0 | E | 35 | 8 | 2D | 4B | 43 |
| Octal | 352 | 312 | 156 | 0 | 16 | 65 | 10 | 55 | 113 | 103 |
| Binary | 11101010 | 11001010 | 1101110 | 0 | 1110 | 110101 | 1000 | 101101 | 1001011 | 1000011 |
Color Harmonies of #EACA6E
Complementary color
Monochromatic Colors of #EACA6E
Black with #EACA6E
Text Example
Text Example
White with #EACA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA6E; }
p { color: rgb(234,202,110); }
H1.HeaderClassName
{
color: #EACA6E;
}
.AnyTagClassName
{
color: #EACA6E;
}
</style>
background-color css
<style>
a { background-color: #EACA6E; }
a { background-color: rgb(234,202,110); }
div.DivClassName
{
background-color: #EACA6E;
}
.BgClassName
{
background-color: #EACA6E;
}
</style>
border-color css
<style>
span { border-color: #EACA6E; }
span { border-color: rgb(234,202,110); }
td.TdClassName
{
border-color: #EACA6E;
}
.TagClassName
{
border-color: #EACA6E;
}
</style>