Shades of Golden Sand #ECCF72
Tints of Golden Sand #ECCF72
RGB
CMYK
RGB Variations
Color information
#ECCF72 (or 0xECCF72) is known color: Golden Sand. HEX triplet: EC, CF and 72. RGB value is (236,207,114). Sum of RGB (Red+Green+Blue) = 236+207+114=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 114 (44.92% from 255 or 20.47% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCF72 is #13308D. Grayscale: #CDCDCD. Windows color (decimal): -1257614 or 7524332. OLE color: 7524332.
HSL color Cylindrical-coordinate representation of color #ECCF72: hue angle of 45.74º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECCF72 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 114 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.07 |
| HSL | 45.74º | 0.76% | 0.69% | - |
| HSV(B) | 45.74º | 0.52% | 0.93% | - |
| XYZ | 59.94 | 63.67 | 25.05 | - |
| YUV | 205.07 | 76.61 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 114 | 0 | 0.12 | 0.52 | 0.07 | 45.74 | 0.76 | 0.69 |
| Hex | EC | CF | 72 | 0 | C | 34 | 7 | 2E | 4C | 45 |
| Octal | 354 | 317 | 162 | 0 | 14 | 64 | 7 | 56 | 114 | 105 |
| Binary | 11101100 | 11001111 | 1110010 | 0 | 1100 | 110100 | 111 | 101110 | 1001100 | 1000101 |
Color Harmonies of #ECCF72
Complementary color
Monochromatic Colors of #ECCF72
Black with #ECCF72
Text Example
Text Example
White with #ECCF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCF72; }
p { color: rgb(236,207,114); }
H1.HeaderClassName
{
color: #ECCF72;
}
.AnyTagClassName
{
color: #ECCF72;
}
</style>
background-color css
<style>
a { background-color: #ECCF72; }
a { background-color: rgb(236,207,114); }
div.DivClassName
{
background-color: #ECCF72;
}
.BgClassName
{
background-color: #ECCF72;
}
</style>
border-color css
<style>
span { border-color: #ECCF72; }
span { border-color: rgb(236,207,114); }
td.TdClassName
{
border-color: #ECCF72;
}
.TagClassName
{
border-color: #ECCF72;
}
</style>