Shades of Givry #E2CBAC
Tints of Givry #E2CBAC
RGB
CMYK
RGB Variations
Color information
#E2CBAC (or 0xE2CBAC) is known color: Givry. HEX triplet: E2, CB and AC. RGB value is (226,203,172). Sum of RGB (Red+Green+Blue) = 226+203+172=601 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.60% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CBAC is #1D3453. Grayscale: #CECECE. Windows color (decimal): -1913940 or 11324386. OLE color: 11324386.
HSL color Cylindrical-coordinate representation of color #E2CBAC: hue angle of 34.44º degrees, saturation: 0.48, 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 #E2CBAC is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 172 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.11 |
| HSL | 34.44º | 0.48% | 0.78% | - |
| HSV(B) | 34.44º | 0.24% | 0.89% | - |
| XYZ | 60.17 | 61.86 | 47.8 | - |
| YUV | 206.34 | 108.62 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 172 | 0 | 0.10 | 0.24 | 0.11 | 34.44 | 0.48 | 0.78 |
| Hex | E2 | CB | AC | 0 | A | 18 | B | 22 | 30 | 4E |
| Octal | 342 | 313 | 254 | 0 | 12 | 30 | 13 | 42 | 60 | 116 |
| Binary | 11100010 | 11001011 | 10101100 | 0 | 1010 | 11000 | 1011 | 100010 | 110000 | 1001110 |
Color Harmonies of #E2CBAC
Complementary color
Monochromatic Colors of #E2CBAC
Black with #E2CBAC
Text Example
Text Example
White with #E2CBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CBAC; }
p { color: rgb(226,203,172); }
H1.HeaderClassName
{
color: #E2CBAC;
}
.AnyTagClassName
{
color: #E2CBAC;
}
</style>
background-color css
<style>
a { background-color: #E2CBAC; }
a { background-color: rgb(226,203,172); }
div.DivClassName
{
background-color: #E2CBAC;
}
.BgClassName
{
background-color: #E2CBAC;
}
</style>
border-color css
<style>
span { border-color: #E2CBAC; }
span { border-color: rgb(226,203,172); }
td.TdClassName
{
border-color: #E2CBAC;
}
.TagClassName
{
border-color: #E2CBAC;
}
</style>