Shades of Golden Sand #EACF71
Tints of Golden Sand #EACF71
RGB
CMYK
RGB Variations
Color information
#EACF71 (or 0xEACF71) is known color: Golden Sand. HEX triplet: EA, CF and 71. RGB value is (234,207,113). Sum of RGB (Red+Green+Blue) = 234+207+113=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 113 (44.53% from 255 or 20.40% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACF71 is #15308E. Grayscale: #CCCCCC. Windows color (decimal): -1388687 or 7458794. OLE color: 7458794.
HSL color Cylindrical-coordinate representation of color #EACF71: hue angle of 46.61º 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 #EACF71 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 113 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.08 |
| HSL | 46.61º | 0.74% | 0.68% | - |
| HSV(B) | 46.61º | 0.52% | 0.92% | - |
| XYZ | 59.23 | 63.31 | 24.72 | - |
| YUV | 204.36 | 76.45 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 113 | 0 | 0.12 | 0.52 | 0.08 | 46.61 | 0.74 | 0.68 |
| Hex | EA | CF | 71 | 0 | C | 34 | 8 | 2F | 4A | 44 |
| Octal | 352 | 317 | 161 | 0 | 14 | 64 | 10 | 57 | 112 | 104 |
| Binary | 11101010 | 11001111 | 1110001 | 0 | 1100 | 110100 | 1000 | 101111 | 1001010 | 1000100 |
Color Harmonies of #EACF71
Complementary color
Monochromatic Colors of #EACF71
Black with #EACF71
Text Example
Text Example
White with #EACF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF71; }
p { color: rgb(234,207,113); }
H1.HeaderClassName
{
color: #EACF71;
}
.AnyTagClassName
{
color: #EACF71;
}
</style>
background-color css
<style>
a { background-color: #EACF71; }
a { background-color: rgb(234,207,113); }
div.DivClassName
{
background-color: #EACF71;
}
.BgClassName
{
background-color: #EACF71;
}
</style>
border-color css
<style>
span { border-color: #EACF71; }
span { border-color: rgb(234,207,113); }
td.TdClassName
{
border-color: #EACF71;
}
.TagClassName
{
border-color: #EACF71;
}
</style>