Shades of Golden Sand #EACA6C
Tints of Golden Sand #EACA6C
RGB
CMYK
RGB Variations
Color information
#EACA6C (or 0xEACA6C) is known color: Golden Sand. HEX triplet: EA, CA and 6C. RGB value is (234,202,108). Sum of RGB (Red+Green+Blue) = 234+202+108=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 108 (42.58% from 255 or 19.85% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACA6C is #153593. Grayscale: #C9C9C9. Windows color (decimal): -1389972 or 7129834. OLE color: 7129834.
HSL color Cylindrical-coordinate representation of color #EACA6C: hue angle of 44.76º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EACA6C is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 108 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.08 |
| HSL | 44.76º | 0.75% | 0.67% | - |
| HSV(B) | 44.76º | 0.54% | 0.92% | - |
| XYZ | 57.76 | 60.82 | 22.88 | - |
| YUV | 200.85 | 75.6 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 108 | 0 | 0.14 | 0.54 | 0.08 | 44.76 | 0.75 | 0.67 |
| Hex | EA | CA | 6C | 0 | E | 36 | 8 | 2D | 4B | 43 |
| Octal | 352 | 312 | 154 | 0 | 16 | 66 | 10 | 55 | 113 | 103 |
| Binary | 11101010 | 11001010 | 1101100 | 0 | 1110 | 110110 | 1000 | 101101 | 1001011 | 1000011 |
Color Harmonies of #EACA6C
Complementary color
Monochromatic Colors of #EACA6C
Black with #EACA6C
Text Example
Text Example
White with #EACA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA6C; }
p { color: rgb(234,202,108); }
H1.HeaderClassName
{
color: #EACA6C;
}
.AnyTagClassName
{
color: #EACA6C;
}
</style>
background-color css
<style>
a { background-color: #EACA6C; }
a { background-color: rgb(234,202,108); }
div.DivClassName
{
background-color: #EACA6C;
}
.BgClassName
{
background-color: #EACA6C;
}
</style>
border-color css
<style>
span { border-color: #EACA6C; }
span { border-color: rgb(234,202,108); }
td.TdClassName
{
border-color: #EACA6C;
}
.TagClassName
{
border-color: #EACA6C;
}
</style>