Shades of Golden Sand #EACF70
Tints of Golden Sand #EACF70
RGB
CMYK
RGB Variations
Color information
#EACF70 (or 0xEACF70) is known color: Golden Sand. HEX triplet: EA, CF and 70. RGB value is (234,207,112). Sum of RGB (Red+Green+Blue) = 234+207+112=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 112 (44.14% from 255 or 20.25% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACF70 is #15308F. Grayscale: #CCCCCC. Windows color (decimal): -1388688 or 7393258. OLE color: 7393258.
HSL color Cylindrical-coordinate representation of color #EACF70: hue angle of 46.72º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EACF70 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 112 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.08 |
| HSL | 46.72º | 0.74% | 0.68% | - |
| HSV(B) | 46.72º | 0.52% | 0.92% | - |
| XYZ | 59.17 | 63.29 | 24.43 | - |
| YUV | 204.24 | 75.95 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 112 | 0 | 0.12 | 0.52 | 0.08 | 46.72 | 0.74 | 0.68 |
| Hex | EA | CF | 70 | 0 | C | 34 | 8 | 2F | 4A | 44 |
| Octal | 352 | 317 | 160 | 0 | 14 | 64 | 10 | 57 | 112 | 104 |
| Binary | 11101010 | 11001111 | 1110000 | 0 | 1100 | 110100 | 1000 | 101111 | 1001010 | 1000100 |
Color Harmonies of #EACF70
Complementary color
Monochromatic Colors of #EACF70
Black with #EACF70
Text Example
Text Example
White with #EACF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF70; }
p { color: rgb(234,207,112); }
H1.HeaderClassName
{
color: #EACF70;
}
.AnyTagClassName
{
color: #EACF70;
}
</style>
background-color css
<style>
a { background-color: #EACF70; }
a { background-color: rgb(234,207,112); }
div.DivClassName
{
background-color: #EACF70;
}
.BgClassName
{
background-color: #EACF70;
}
</style>
border-color css
<style>
span { border-color: #EACF70; }
span { border-color: rgb(234,207,112); }
td.TdClassName
{
border-color: #EACF70;
}
.TagClassName
{
border-color: #EACF70;
}
</style>