Shades of Golden Sand #ECCF71
Tints of Golden Sand #ECCF71
RGB
CMYK
RGB Variations
Color information
#ECCF71 (or 0xECCF71) is known color: Golden Sand. HEX triplet: EC, CF and 71. RGB value is (236,207,113). Sum of RGB (Red+Green+Blue) = 236+207+113=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 113 (44.53% from 255 or 20.32% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCF71 is #13308E. Grayscale: #CDCDCD. Windows color (decimal): -1257615 or 7458796. OLE color: 7458796.
HSL color Cylindrical-coordinate representation of color #ECCF71: hue angle of 45.85º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECCF71 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 113 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.07 |
| HSL | 45.85º | 0.76% | 0.68% | - |
| HSV(B) | 45.85º | 0.52% | 0.93% | - |
| XYZ | 59.89 | 63.65 | 24.75 | - |
| YUV | 204.96 | 76.11 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 113 | 0 | 0.12 | 0.52 | 0.07 | 45.85 | 0.76 | 0.68 |
| Hex | EC | CF | 71 | 0 | C | 34 | 7 | 2E | 4C | 44 |
| Octal | 354 | 317 | 161 | 0 | 14 | 64 | 7 | 56 | 114 | 104 |
| Binary | 11101100 | 11001111 | 1110001 | 0 | 1100 | 110100 | 111 | 101110 | 1001100 | 1000100 |
Color Harmonies of #ECCF71
Complementary color
Monochromatic Colors of #ECCF71
Black with #ECCF71
Text Example
Text Example
White with #ECCF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCF71; }
p { color: rgb(236,207,113); }
H1.HeaderClassName
{
color: #ECCF71;
}
.AnyTagClassName
{
color: #ECCF71;
}
</style>
background-color css
<style>
a { background-color: #ECCF71; }
a { background-color: rgb(236,207,113); }
div.DivClassName
{
background-color: #ECCF71;
}
.BgClassName
{
background-color: #ECCF71;
}
</style>
border-color css
<style>
span { border-color: #ECCF71; }
span { border-color: rgb(236,207,113); }
td.TdClassName
{
border-color: #ECCF71;
}
.TagClassName
{
border-color: #ECCF71;
}
</style>