Shades of Givry #ECD6AD
Tints of Givry #ECD6AD
RGB
CMYK
RGB Variations
Color information
#ECD6AD (or 0xECD6AD) is known color: Givry. HEX triplet: EC, D6 and AD. RGB value is (236,214,173). Sum of RGB (Red+Green+Blue) = 236+214+173=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 214 (83.98% from 255 or 34.35% from 623); Blue value is 173 (67.97% from 255 or 27.77% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD6AD is #132952. Grayscale: #D8D8D8. Windows color (decimal): -1255763 or 11392748. OLE color: 11392748.
HSL color Cylindrical-coordinate representation of color #ECD6AD: hue angle of 39.05º degrees, saturation: 0.62, 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 #ECD6AD is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 214 | 173 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.07 |
| HSL | 39.05º | 0.62% | 0.8% | - |
| HSV(B) | 39.05º | 0.27% | 0.93% | - |
| XYZ | 66.18 | 68.94 | 49.35 | - |
| YUV | 215.9 | 103.79 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 173 | 0 | 0.09 | 0.27 | 0.07 | 39.05 | 0.62 | 0.8 |
| Hex | EC | D6 | AD | 0 | 9 | 1B | 7 | 27 | 3E | 50 |
| Octal | 354 | 326 | 255 | 0 | 11 | 33 | 7 | 47 | 76 | 120 |
| Binary | 11101100 | 11010110 | 10101101 | 0 | 1001 | 11011 | 111 | 100111 | 111110 | 1010000 |
Color Harmonies of #ECD6AD
Complementary color
Monochromatic Colors of #ECD6AD
Black with #ECD6AD
Text Example
Text Example
White with #ECD6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD6AD; }
p { color: rgb(236,214,173); }
H1.HeaderClassName
{
color: #ECD6AD;
}
.AnyTagClassName
{
color: #ECD6AD;
}
</style>
background-color css
<style>
a { background-color: #ECD6AD; }
a { background-color: rgb(236,214,173); }
div.DivClassName
{
background-color: #ECD6AD;
}
.BgClassName
{
background-color: #ECD6AD;
}
</style>
border-color css
<style>
span { border-color: #ECD6AD; }
span { border-color: rgb(236,214,173); }
td.TdClassName
{
border-color: #ECD6AD;
}
.TagClassName
{
border-color: #ECD6AD;
}
</style>