Shades of Golden Sand #E5CC71
Tints of Golden Sand #E5CC71
RGB
CMYK
RGB Variations
Color information
#E5CC71 (or 0xE5CC71) is known color: Golden Sand. HEX triplet: E5, CC and 71. RGB value is (229,204,113). Sum of RGB (Red+Green+Blue) = 229+204+113=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 113 (44.53% from 255 or 20.70% from 546); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CC71 is #1A338E. Grayscale: #C9C9C9. Windows color (decimal): -1717135 or 7458021. OLE color: 7458021.
HSL color Cylindrical-coordinate representation of color #E5CC71: hue angle of 47.07º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E5CC71 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 204 | 113 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.10 |
| HSL | 47.07º | 0.69% | 0.67% | - |
| HSV(B) | 47.07º | 0.51% | 0.9% | - |
| XYZ | 56.89 | 61.04 | 24.41 | - |
| YUV | 201.1 | 78.28 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 204 | 113 | 0 | 0.11 | 0.51 | 0.10 | 47.07 | 0.69 | 0.67 |
| Hex | E5 | CC | 71 | 0 | B | 33 | A | 2F | 45 | 43 |
| Octal | 345 | 314 | 161 | 0 | 13 | 63 | 12 | 57 | 105 | 103 |
| Binary | 11100101 | 11001100 | 1110001 | 0 | 1011 | 110011 | 1010 | 101111 | 1000101 | 1000011 |
Color Harmonies of #E5CC71
Complementary color
Monochromatic Colors of #E5CC71
Black with #E5CC71
Text Example
Text Example
White with #E5CC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CC71; }
p { color: rgb(229,204,113); }
H1.HeaderClassName
{
color: #E5CC71;
}
.AnyTagClassName
{
color: #E5CC71;
}
</style>
background-color css
<style>
a { background-color: #E5CC71; }
a { background-color: rgb(229,204,113); }
div.DivClassName
{
background-color: #E5CC71;
}
.BgClassName
{
background-color: #E5CC71;
}
</style>
border-color css
<style>
span { border-color: #E5CC71; }
span { border-color: rgb(229,204,113); }
td.TdClassName
{
border-color: #E5CC71;
}
.TagClassName
{
border-color: #E5CC71;
}
</style>