Shades of Givry #ECD2AD
Tints of Givry #ECD2AD
RGB
CMYK
RGB Variations
Color information
#ECD2AD (or 0xECD2AD) is known color: Givry. HEX triplet: EC, D2 and AD. RGB value is (236,210,173). Sum of RGB (Red+Green+Blue) = 236+210+173=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 210 (82.42% from 255 or 33.93% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD2AD is #132D52. Grayscale: #D5D5D5. Windows color (decimal): -1256787 or 11391724. OLE color: 11391724.
HSL color Cylindrical-coordinate representation of color #ECD2AD: hue angle of 35.24º 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 #ECD2AD is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 173 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.07 |
| HSL | 35.24º | 0.62% | 0.8% | - |
| HSV(B) | 35.24º | 0.27% | 0.93% | - |
| XYZ | 65.18 | 66.94 | 49.02 | - |
| YUV | 213.56 | 105.11 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 173 | 0 | 0.11 | 0.27 | 0.07 | 35.24 | 0.62 | 0.8 |
| Hex | EC | D2 | AD | 0 | B | 1B | 7 | 23 | 3E | 50 |
| Octal | 354 | 322 | 255 | 0 | 13 | 33 | 7 | 43 | 76 | 120 |
| Binary | 11101100 | 11010010 | 10101101 | 0 | 1011 | 11011 | 111 | 100011 | 111110 | 1010000 |
Color Harmonies of #ECD2AD
Complementary color
Monochromatic Colors of #ECD2AD
Black with #ECD2AD
Text Example
Text Example
White with #ECD2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD2AD; }
p { color: rgb(236,210,173); }
H1.HeaderClassName
{
color: #ECD2AD;
}
.AnyTagClassName
{
color: #ECD2AD;
}
</style>
background-color css
<style>
a { background-color: #ECD2AD; }
a { background-color: rgb(236,210,173); }
div.DivClassName
{
background-color: #ECD2AD;
}
.BgClassName
{
background-color: #ECD2AD;
}
</style>
border-color css
<style>
span { border-color: #ECD2AD; }
span { border-color: rgb(236,210,173); }
td.TdClassName
{
border-color: #ECD2AD;
}
.TagClassName
{
border-color: #ECD2AD;
}
</style>