Shades of Givry #E3CBAC
Tints of Givry #E3CBAC
RGB
CMYK
RGB Variations
Color information
#E3CBAC (or 0xE3CBAC) is known color: Givry. HEX triplet: E3, CB and AC. RGB value is (227,203,172). Sum of RGB (Red+Green+Blue) = 227+203+172=602 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.71% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CBAC is #1C3453. Grayscale: #CECECE. Windows color (decimal): -1848404 or 11324387. OLE color: 11324387.
HSL color Cylindrical-coordinate representation of color #E3CBAC: hue angle of 33.82º degrees, saturation: 0.5, 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 #E3CBAC is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 203 | 172 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.11 |
| HSL | 33.82º | 0.5% | 0.78% | - |
| HSV(B) | 33.82º | 0.24% | 0.89% | - |
| XYZ | 60.48 | 62.02 | 47.81 | - |
| YUV | 206.64 | 108.45 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 203 | 172 | 0 | 0.11 | 0.24 | 0.11 | 33.82 | 0.5 | 0.78 |
| Hex | E3 | CB | AC | 0 | B | 18 | B | 22 | 32 | 4E |
| Octal | 343 | 313 | 254 | 0 | 13 | 30 | 13 | 42 | 62 | 116 |
| Binary | 11100011 | 11001011 | 10101100 | 0 | 1011 | 11000 | 1011 | 100010 | 110010 | 1001110 |
Color Harmonies of #E3CBAC
Complementary color
Monochromatic Colors of #E3CBAC
Black with #E3CBAC
Text Example
Text Example
White with #E3CBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CBAC; }
p { color: rgb(227,203,172); }
H1.HeaderClassName
{
color: #E3CBAC;
}
.AnyTagClassName
{
color: #E3CBAC;
}
</style>
background-color css
<style>
a { background-color: #E3CBAC; }
a { background-color: rgb(227,203,172); }
div.DivClassName
{
background-color: #E3CBAC;
}
.BgClassName
{
background-color: #E3CBAC;
}
</style>
border-color css
<style>
span { border-color: #E3CBAC; }
span { border-color: rgb(227,203,172); }
td.TdClassName
{
border-color: #E3CBAC;
}
.TagClassName
{
border-color: #E3CBAC;
}
</style>