Shades of Givry #E4CBAB
Tints of Givry #E4CBAB
RGB
CMYK
RGB Variations
Color information
#E4CBAB (or 0xE4CBAB) is known color: Givry. HEX triplet: E4, CB and AB. RGB value is (228,203,171). Sum of RGB (Red+Green+Blue) = 228+203+171=602 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.87% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 171 (67.19% from 255 or 28.41% from 602); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4CBAB is #1B3454. Grayscale: #CECECE. Windows color (decimal): -1782869 or 11258852. OLE color: 11258852.
HSL color Cylindrical-coordinate representation of color #E4CBAB: hue angle of 33.68º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4CBAB is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 203 | 171 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.11 |
| HSL | 33.68º | 0.51% | 0.78% | - |
| HSV(B) | 33.68º | 0.25% | 0.89% | - |
| XYZ | 60.7 | 62.15 | 47.32 | - |
| YUV | 206.83 | 107.78 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 203 | 171 | 0 | 0.11 | 0.25 | 0.11 | 33.68 | 0.51 | 0.78 |
| Hex | E4 | CB | AB | 0 | B | 19 | B | 22 | 33 | 4E |
| Octal | 344 | 313 | 253 | 0 | 13 | 31 | 13 | 42 | 63 | 116 |
| Binary | 11100100 | 11001011 | 10101011 | 0 | 1011 | 11001 | 1011 | 100010 | 110011 | 1001110 |
Color Harmonies of #E4CBAB
Complementary color
Monochromatic Colors of #E4CBAB
Black with #E4CBAB
Text Example
Text Example
White with #E4CBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CBAB; }
p { color: rgb(228,203,171); }
H1.HeaderClassName
{
color: #E4CBAB;
}
.AnyTagClassName
{
color: #E4CBAB;
}
</style>
background-color css
<style>
a { background-color: #E4CBAB; }
a { background-color: rgb(228,203,171); }
div.DivClassName
{
background-color: #E4CBAB;
}
.BgClassName
{
background-color: #E4CBAB;
}
</style>
border-color css
<style>
span { border-color: #E4CBAB; }
span { border-color: rgb(228,203,171); }
td.TdClassName
{
border-color: #E4CBAB;
}
.TagClassName
{
border-color: #E4CBAB;
}
</style>