Shades of Givry #E2CBAB
Tints of Givry #E2CBAB
RGB
CMYK
RGB Variations
Color information
#E2CBAB (or 0xE2CBAB) is known color: Givry. HEX triplet: E2, CB and AB. RGB value is (226,203,171). Sum of RGB (Red+Green+Blue) = 226+203+171=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CBAB is #1D3454. Grayscale: #CECECE. Windows color (decimal): -1913941 or 11258850. OLE color: 11258850.
HSL color Cylindrical-coordinate representation of color #E2CBAB: hue angle of 34.91º 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 #E2CBAB is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 171 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.11 |
| HSL | 34.91º | 0.49% | 0.78% | - |
| HSV(B) | 34.91º | 0.24% | 0.89% | - |
| XYZ | 60.07 | 61.82 | 47.29 | - |
| YUV | 206.23 | 108.12 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 171 | 0 | 0.10 | 0.24 | 0.11 | 34.91 | 0.49 | 0.78 |
| Hex | E2 | CB | AB | 0 | A | 18 | B | 23 | 31 | 4E |
| Octal | 342 | 313 | 253 | 0 | 12 | 30 | 13 | 43 | 61 | 116 |
| Binary | 11100010 | 11001011 | 10101011 | 0 | 1010 | 11000 | 1011 | 100011 | 110001 | 1001110 |
Color Harmonies of #E2CBAB
Complementary color
Monochromatic Colors of #E2CBAB
Black with #E2CBAB
Text Example
Text Example
White with #E2CBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CBAB; }
p { color: rgb(226,203,171); }
H1.HeaderClassName
{
color: #E2CBAB;
}
.AnyTagClassName
{
color: #E2CBAB;
}
</style>
background-color css
<style>
a { background-color: #E2CBAB; }
a { background-color: rgb(226,203,171); }
div.DivClassName
{
background-color: #E2CBAB;
}
.BgClassName
{
background-color: #E2CBAB;
}
</style>
border-color css
<style>
span { border-color: #E2CBAB; }
span { border-color: rgb(226,203,171); }
td.TdClassName
{
border-color: #E2CBAB;
}
.TagClassName
{
border-color: #E2CBAB;
}
</style>