Shades of Givry #ECD3AC
Tints of Givry #ECD3AC
RGB
CMYK
RGB Variations
Color information
#ECD3AC (or 0xECD3AC) is known color: Givry. HEX triplet: EC, D3 and AC. RGB value is (236,211,172). Sum of RGB (Red+Green+Blue) = 236+211+172=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 211 (82.81% from 255 or 34.09% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD3AC is #132C53. Grayscale: #D6D6D6. Windows color (decimal): -1256532 or 11326444. OLE color: 11326444.
HSL color Cylindrical-coordinate representation of color #ECD3AC: hue angle of 36.56º 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 #ECD3AC is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 211 | 172 | - |
CMYK | 0 | 0.11 | 0.27 | 0.07 |
HSL | 36.56º | 0.63% | 0.8% | - |
HSV(B) | 36.56º | 0.27% | 0.93% | - |
XYZ | 65.33 | 67.4 | 48.6 | - |
YUV | 214.03 | 104.28 | 143.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 211 | 172 | 0 | 0.11 | 0.27 | 0.07 | 36.56 | 0.63 | 0.8 |
Hex | EC | D3 | AC | 0 | B | 1B | 7 | 25 | 3F | 50 |
Octal | 354 | 323 | 254 | 0 | 13 | 33 | 7 | 45 | 77 | 120 |
Binary | 11101100 | 11010011 | 10101100 | 0 | 1011 | 11011 | 111 | 100101 | 111111 | 1010000 |
Color Harmonies of #ECD3AC
Complementary color
Monochromatic Colors of #ECD3AC
Black with #ECD3AC
Text Example
Text Example
White with #ECD3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD3AC; }
p { color: rgb(236,211,172); }
H1.HeaderClassName
{
color: #ECD3AC;
}
.AnyTagClassName
{
color: #ECD3AC;
}
</style>
background-color css
<style>
a { background-color: #ECD3AC; }
a { background-color: rgb(236,211,172); }
div.DivClassName
{
background-color: #ECD3AC;
}
.BgClassName
{
background-color: #ECD3AC;
}
</style>
border-color css
<style>
span { border-color: #ECD3AC; }
span { border-color: rgb(236,211,172); }
td.TdClassName
{
border-color: #ECD3AC;
}
.TagClassName
{
border-color: #ECD3AC;
}
</style>