Shades of Givry #ECD2AC
Tints of Givry #ECD2AC
RGB
CMYK
RGB Variations
Color information
#ECD2AC (or 0xECD2AC) is known color: Givry. HEX triplet: EC, D2 and AC. RGB value is (236,210,172). Sum of RGB (Red+Green+Blue) = 236+210+172=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 210 (82.42% from 255 or 33.98% from 618); Blue value is 172 (67.58% from 255 or 27.83% from 618); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD2AC is #132D53. Grayscale: #D5D5D5. Windows color (decimal): -1256788 or 11326188. OLE color: 11326188.
HSL color Cylindrical-coordinate representation of color #ECD2AC: hue angle of 35.62º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECD2AC is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 172 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.07 |
| HSL | 35.63º | 0.63% | 0.8% | - |
| HSV(B) | 35.63º | 0.27% | 0.93% | - |
| XYZ | 65.09 | 66.9 | 48.51 | - |
| YUV | 213.44 | 104.61 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 172 | 0 | 0.11 | 0.27 | 0.07 | 35.63 | 0.63 | 0.8 |
| Hex | EC | D2 | AC | 0 | B | 1B | 7 | 24 | 3F | 50 |
| Octal | 354 | 322 | 254 | 0 | 13 | 33 | 7 | 44 | 77 | 120 |
| Binary | 11101100 | 11010010 | 10101100 | 0 | 1011 | 11011 | 111 | 100100 | 111111 | 1010000 |
Color Harmonies of #ECD2AC
Complementary color
Monochromatic Colors of #ECD2AC
Black with #ECD2AC
Text Example
Text Example
White with #ECD2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD2AC; }
p { color: rgb(236,210,172); }
H1.HeaderClassName
{
color: #ECD2AC;
}
.AnyTagClassName
{
color: #ECD2AC;
}
</style>
background-color css
<style>
a { background-color: #ECD2AC; }
a { background-color: rgb(236,210,172); }
div.DivClassName
{
background-color: #ECD2AC;
}
.BgClassName
{
background-color: #ECD2AC;
}
</style>
border-color css
<style>
span { border-color: #ECD2AC; }
span { border-color: rgb(236,210,172); }
td.TdClassName
{
border-color: #ECD2AC;
}
.TagClassName
{
border-color: #ECD2AC;
}
</style>