Shades of Givry #E2CDAB
Tints of Givry #E2CDAB
RGB
CMYK
RGB Variations
Color information
#E2CDAB (or 0xE2CDAB) is known color: Givry. HEX triplet: E2, CD and AB. RGB value is (226,205,171). Sum of RGB (Red+Green+Blue) = 226+205+171=602 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.54% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 171 (67.19% from 255 or 28.41% from 602); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CDAB is #1D3254. Grayscale: #CFCFCF. Windows color (decimal): -1913429 or 11259362. OLE color: 11259362.
HSL color Cylindrical-coordinate representation of color #E2CDAB: hue angle of 37.09º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2CDAB is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 205 | 171 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.11 |
| HSL | 37.09º | 0.49% | 0.78% | - |
| HSV(B) | 37.09º | 0.24% | 0.89% | - |
| XYZ | 60.55 | 62.77 | 47.45 | - |
| YUV | 207.4 | 107.46 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 205 | 171 | 0 | 0.09 | 0.24 | 0.11 | 37.09 | 0.49 | 0.78 |
| Hex | E2 | CD | AB | 0 | 9 | 18 | B | 25 | 31 | 4E |
| Octal | 342 | 315 | 253 | 0 | 11 | 30 | 13 | 45 | 61 | 116 |
| Binary | 11100010 | 11001101 | 10101011 | 0 | 1001 | 11000 | 1011 | 100101 | 110001 | 1001110 |
Color Harmonies of #E2CDAB
Complementary color
Monochromatic Colors of #E2CDAB
Black with #E2CDAB
Text Example
Text Example
White with #E2CDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CDAB; }
p { color: rgb(226,205,171); }
H1.HeaderClassName
{
color: #E2CDAB;
}
.AnyTagClassName
{
color: #E2CDAB;
}
</style>
background-color css
<style>
a { background-color: #E2CDAB; }
a { background-color: rgb(226,205,171); }
div.DivClassName
{
background-color: #E2CDAB;
}
.BgClassName
{
background-color: #E2CDAB;
}
</style>
border-color css
<style>
span { border-color: #E2CDAB; }
span { border-color: rgb(226,205,171); }
td.TdClassName
{
border-color: #E2CDAB;
}
.TagClassName
{
border-color: #E2CDAB;
}
</style>