Shades of Golden Sand #EACC71
Tints of Golden Sand #EACC71
RGB
CMYK
RGB Variations
Color information
#EACC71 (or 0xEACC71) is known color: Golden Sand. HEX triplet: EA, CC and 71. RGB value is (234,204,113). Sum of RGB (Red+Green+Blue) = 234+204+113=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 113 (44.53% from 255 or 20.51% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACC71 is #15338E. Grayscale: #CACACA. Windows color (decimal): -1389455 or 7458026. OLE color: 7458026.
HSL color Cylindrical-coordinate representation of color #EACC71: hue angle of 45.12º 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 #EACC71 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 113 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.08 |
| HSL | 45.12º | 0.74% | 0.68% | - |
| HSV(B) | 45.12º | 0.52% | 0.92% | - |
| XYZ | 58.51 | 61.87 | 24.48 | - |
| YUV | 202.6 | 77.44 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 113 | 0 | 0.13 | 0.52 | 0.08 | 45.12 | 0.74 | 0.68 |
| Hex | EA | CC | 71 | 0 | D | 34 | 8 | 2D | 4A | 44 |
| Octal | 352 | 314 | 161 | 0 | 15 | 64 | 10 | 55 | 112 | 104 |
| Binary | 11101010 | 11001100 | 1110001 | 0 | 1101 | 110100 | 1000 | 101101 | 1001010 | 1000100 |
Color Harmonies of #EACC71
Complementary color
Monochromatic Colors of #EACC71
Black with #EACC71
Text Example
Text Example
White with #EACC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC71; }
p { color: rgb(234,204,113); }
H1.HeaderClassName
{
color: #EACC71;
}
.AnyTagClassName
{
color: #EACC71;
}
</style>
background-color css
<style>
a { background-color: #EACC71; }
a { background-color: rgb(234,204,113); }
div.DivClassName
{
background-color: #EACC71;
}
.BgClassName
{
background-color: #EACC71;
}
</style>
border-color css
<style>
span { border-color: #EACC71; }
span { border-color: rgb(234,204,113); }
td.TdClassName
{
border-color: #EACC71;
}
.TagClassName
{
border-color: #EACC71;
}
</style>