Shades of Givry #ECCFAA
Tints of Givry #ECCFAA
RGB
CMYK
RGB Variations
Color information
#ECCFAA (or 0xECCFAA) is known color: Givry. HEX triplet: EC, CF and AA. RGB value is (236,207,170). Sum of RGB (Red+Green+Blue) = 236+207+170=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCFAA is #133055. Grayscale: #D3D3D3. Windows color (decimal): -1257558 or 11194348. OLE color: 11194348.
HSL color Cylindrical-coordinate representation of color #ECCFAA: hue angle of 33.64º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECCFAA is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 170 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.07 |
| HSL | 33.64º | 0.63% | 0.8% | - |
| HSV(B) | 33.64º | 0.28% | 0.93% | - |
| XYZ | 64.16 | 65.36 | 47.26 | - |
| YUV | 211.45 | 104.61 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 170 | 0 | 0.12 | 0.28 | 0.07 | 33.64 | 0.63 | 0.8 |
| Hex | EC | CF | AA | 0 | C | 1C | 7 | 22 | 3F | 50 |
| Octal | 354 | 317 | 252 | 0 | 14 | 34 | 7 | 42 | 77 | 120 |
| Binary | 11101100 | 11001111 | 10101010 | 0 | 1100 | 11100 | 111 | 100010 | 111111 | 1010000 |
Color Harmonies of #ECCFAA
Complementary color
Monochromatic Colors of #ECCFAA
Black with #ECCFAA
Text Example
Text Example
White with #ECCFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFAA; }
p { color: rgb(236,207,170); }
H1.HeaderClassName
{
color: #ECCFAA;
}
.AnyTagClassName
{
color: #ECCFAA;
}
</style>
background-color css
<style>
a { background-color: #ECCFAA; }
a { background-color: rgb(236,207,170); }
div.DivClassName
{
background-color: #ECCFAA;
}
.BgClassName
{
background-color: #ECCFAA;
}
</style>
border-color css
<style>
span { border-color: #ECCFAA; }
span { border-color: rgb(236,207,170); }
td.TdClassName
{
border-color: #ECCFAA;
}
.TagClassName
{
border-color: #ECCFAA;
}
</style>