Shades of Golden Sand #EACA6B
Tints of Golden Sand #EACA6B
RGB
CMYK
RGB Variations
Color information
#EACA6B (or 0xEACA6B) is known color: Golden Sand. HEX triplet: EA, CA and 6B. RGB value is (234,202,107). Sum of RGB (Red+Green+Blue) = 234+202+107=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 107 (42.19% from 255 or 19.71% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACA6B is #153594. Grayscale: #C9C9C9. Windows color (decimal): -1389973 or 7064298. OLE color: 7064298.
HSL color Cylindrical-coordinate representation of color #EACA6B: hue angle of 44.88º 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 #EACA6B is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 107 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.08 |
| HSL | 44.88º | 0.75% | 0.67% | - |
| HSV(B) | 44.88º | 0.54% | 0.92% | - |
| XYZ | 57.71 | 60.8 | 22.6 | - |
| YUV | 200.74 | 75.1 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 107 | 0 | 0.14 | 0.54 | 0.08 | 44.88 | 0.75 | 0.67 |
| Hex | EA | CA | 6B | 0 | E | 36 | 8 | 2D | 4B | 43 |
| Octal | 352 | 312 | 153 | 0 | 16 | 66 | 10 | 55 | 113 | 103 |
| Binary | 11101010 | 11001010 | 1101011 | 0 | 1110 | 110110 | 1000 | 101101 | 1001011 | 1000011 |
Color Harmonies of #EACA6B
Complementary color
Monochromatic Colors of #EACA6B
Black with #EACA6B
Text Example
Text Example
White with #EACA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA6B; }
p { color: rgb(234,202,107); }
H1.HeaderClassName
{
color: #EACA6B;
}
.AnyTagClassName
{
color: #EACA6B;
}
</style>
background-color css
<style>
a { background-color: #EACA6B; }
a { background-color: rgb(234,202,107); }
div.DivClassName
{
background-color: #EACA6B;
}
.BgClassName
{
background-color: #EACA6B;
}
</style>
border-color css
<style>
span { border-color: #EACA6B; }
span { border-color: rgb(234,202,107); }
td.TdClassName
{
border-color: #EACA6B;
}
.TagClassName
{
border-color: #EACA6B;
}
</style>