Shades of Golden Sand #EACF72
Tints of Golden Sand #EACF72
RGB
CMYK
RGB Variations
Color information
#EACF72 (or 0xEACF72) is known color: Golden Sand. HEX triplet: EA, CF and 72. RGB value is (234,207,114). Sum of RGB (Red+Green+Blue) = 234+207+114=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 114 (44.92% from 255 or 20.54% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACF72 is #15308D. Grayscale: #CCCCCC. Windows color (decimal): -1388686 or 7524330. OLE color: 7524330.
HSL color Cylindrical-coordinate representation of color #EACF72: hue angle of 46.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EACF72 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 114 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.08 |
| HSL | 46.5º | 0.74% | 0.68% | - |
| HSV(B) | 46.5º | 0.51% | 0.92% | - |
| XYZ | 59.28 | 63.33 | 25.02 | - |
| YUV | 204.47 | 76.95 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 114 | 0 | 0.12 | 0.51 | 0.08 | 46.5 | 0.74 | 0.68 |
| Hex | EA | CF | 72 | 0 | C | 33 | 8 | 2E | 4A | 44 |
| Octal | 352 | 317 | 162 | 0 | 14 | 63 | 10 | 56 | 112 | 104 |
| Binary | 11101010 | 11001111 | 1110010 | 0 | 1100 | 110011 | 1000 | 101110 | 1001010 | 1000100 |
Color Harmonies of #EACF72
Complementary color
Monochromatic Colors of #EACF72
Black with #EACF72
Text Example
Text Example
White with #EACF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF72; }
p { color: rgb(234,207,114); }
H1.HeaderClassName
{
color: #EACF72;
}
.AnyTagClassName
{
color: #EACF72;
}
</style>
background-color css
<style>
a { background-color: #EACF72; }
a { background-color: rgb(234,207,114); }
div.DivClassName
{
background-color: #EACF72;
}
.BgClassName
{
background-color: #EACF72;
}
</style>
border-color css
<style>
span { border-color: #EACF72; }
span { border-color: rgb(234,207,114); }
td.TdClassName
{
border-color: #EACF72;
}
.TagClassName
{
border-color: #EACF72;
}
</style>