Shades of Golden Sand #E8CA71
Tints of Golden Sand #E8CA71
RGB
CMYK
RGB Variations
Color information
#E8CA71 (or 0xE8CA71) is known color: Golden Sand. HEX triplet: E8, CA and 71. RGB value is (232,202,113). Sum of RGB (Red+Green+Blue) = 232+202+113=547 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.41% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 113 (44.53% from 255 or 20.66% from 547); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CA71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CA71 is #17358E. Grayscale: #C9C9C9. Windows color (decimal): -1521039 or 7457512. OLE color: 7457512.
HSL color Cylindrical-coordinate representation of color #E8CA71: hue angle of 44.87º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E8CA71 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 202 | 113 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.09 |
| HSL | 44.87º | 0.72% | 0.68% | - |
| HSV(B) | 44.87º | 0.51% | 0.91% | - |
| XYZ | 57.38 | 60.59 | 24.29 | - |
| YUV | 200.82 | 78.44 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 202 | 113 | 0 | 0.13 | 0.51 | 0.09 | 44.87 | 0.72 | 0.68 |
| Hex | E8 | CA | 71 | 0 | D | 33 | 9 | 2D | 48 | 44 |
| Octal | 350 | 312 | 161 | 0 | 15 | 63 | 11 | 55 | 110 | 104 |
| Binary | 11101000 | 11001010 | 1110001 | 0 | 1101 | 110011 | 1001 | 101101 | 1001000 | 1000100 |
Color Harmonies of #E8CA71
Complementary color
Monochromatic Colors of #E8CA71
Black with #E8CA71
Text Example
Text Example
White with #E8CA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CA71; }
p { color: rgb(232,202,113); }
H1.HeaderClassName
{
color: #E8CA71;
}
.AnyTagClassName
{
color: #E8CA71;
}
</style>
background-color css
<style>
a { background-color: #E8CA71; }
a { background-color: rgb(232,202,113); }
div.DivClassName
{
background-color: #E8CA71;
}
.BgClassName
{
background-color: #E8CA71;
}
</style>
border-color css
<style>
span { border-color: #E8CA71; }
span { border-color: rgb(232,202,113); }
td.TdClassName
{
border-color: #E8CA71;
}
.TagClassName
{
border-color: #E8CA71;
}
</style>