Shades of Givry #ECD4AB
Tints of Givry #ECD4AB
RGB
CMYK
RGB Variations
Color information
#ECD4AB (or 0xECD4AB) is known color: Givry. HEX triplet: EC, D4 and AB. RGB value is (236,212,171). Sum of RGB (Red+Green+Blue) = 236+212+171=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 171 (67.19% from 255 or 27.63% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD4AB is #132B54. Grayscale: #D6D6D6. Windows color (decimal): -1256277 or 11261164. OLE color: 11261164.
HSL color Cylindrical-coordinate representation of color #ECD4AB: hue angle of 37.85º 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 #ECD4AB is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 171 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.07 |
| HSL | 37.85º | 0.63% | 0.8% | - |
| HSV(B) | 37.85º | 0.28% | 0.93% | - |
| XYZ | 65.49 | 67.86 | 48.17 | - |
| YUV | 214.5 | 103.45 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 171 | 0 | 0.10 | 0.28 | 0.07 | 37.85 | 0.63 | 0.8 |
| Hex | EC | D4 | AB | 0 | A | 1C | 7 | 26 | 3F | 50 |
| Octal | 354 | 324 | 253 | 0 | 12 | 34 | 7 | 46 | 77 | 120 |
| Binary | 11101100 | 11010100 | 10101011 | 0 | 1010 | 11100 | 111 | 100110 | 111111 | 1010000 |
Color Harmonies of #ECD4AB
Complementary color
Monochromatic Colors of #ECD4AB
Black with #ECD4AB
Text Example
Text Example
White with #ECD4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD4AB; }
p { color: rgb(236,212,171); }
H1.HeaderClassName
{
color: #ECD4AB;
}
.AnyTagClassName
{
color: #ECD4AB;
}
</style>
background-color css
<style>
a { background-color: #ECD4AB; }
a { background-color: rgb(236,212,171); }
div.DivClassName
{
background-color: #ECD4AB;
}
.BgClassName
{
background-color: #ECD4AB;
}
</style>
border-color css
<style>
span { border-color: #ECD4AB; }
span { border-color: rgb(236,212,171); }
td.TdClassName
{
border-color: #ECD4AB;
}
.TagClassName
{
border-color: #ECD4AB;
}
</style>