Shades of Givry #ECCEAB
Tints of Givry #ECCEAB
RGB
CMYK
RGB Variations
Color information
#ECCEAB (or 0xECCEAB) is known color: Givry. HEX triplet: EC, CE and AB. RGB value is (236,206,171). Sum of RGB (Red+Green+Blue) = 236+206+171=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 171 (67.19% from 255 or 27.90% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCEAB is #133154. Grayscale: #D3D3D3. Windows color (decimal): -1257813 or 11259628. OLE color: 11259628.
HSL color Cylindrical-coordinate representation of color #ECCEAB: hue angle of 32.31º 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 #ECCEAB is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 171 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.07 |
| HSL | 32.31º | 0.63% | 0.8% | - |
| HSV(B) | 32.31º | 0.28% | 0.93% | - |
| XYZ | 64.01 | 64.92 | 47.68 | - |
| YUV | 210.98 | 105.44 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 171 | 0 | 0.13 | 0.28 | 0.07 | 32.31 | 0.63 | 0.8 |
| Hex | EC | CE | AB | 0 | D | 1C | 7 | 20 | 3F | 50 |
| Octal | 354 | 316 | 253 | 0 | 15 | 34 | 7 | 40 | 77 | 120 |
| Binary | 11101100 | 11001110 | 10101011 | 0 | 1101 | 11100 | 111 | 100000 | 111111 | 1010000 |
Color Harmonies of #ECCEAB
Complementary color
Monochromatic Colors of #ECCEAB
Black with #ECCEAB
Text Example
Text Example
White with #ECCEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCEAB; }
p { color: rgb(236,206,171); }
H1.HeaderClassName
{
color: #ECCEAB;
}
.AnyTagClassName
{
color: #ECCEAB;
}
</style>
background-color css
<style>
a { background-color: #ECCEAB; }
a { background-color: rgb(236,206,171); }
div.DivClassName
{
background-color: #ECCEAB;
}
.BgClassName
{
background-color: #ECCEAB;
}
</style>
border-color css
<style>
span { border-color: #ECCEAB; }
span { border-color: rgb(236,206,171); }
td.TdClassName
{
border-color: #ECCEAB;
}
.TagClassName
{
border-color: #ECCEAB;
}
</style>