Shades of Givry #E2CCAB
Tints of Givry #E2CCAB
RGB
CMYK
RGB Variations
Color information
#E2CCAB (or 0xE2CCAB) is known color: Givry. HEX triplet: E2, CC and AB. RGB value is (226,204,171). Sum of RGB (Red+Green+Blue) = 226+204+171=601 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.60% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CCAB is #1D3354. Grayscale: #CECECE. Windows color (decimal): -1913685 or 11259106. OLE color: 11259106.
HSL color Cylindrical-coordinate representation of color #E2CCAB: hue angle of 36º 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 #E2CCAB is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 204 | 171 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.11 |
| HSL | 36º | 0.49% | 0.78% | - |
| HSV(B) | 36º | 0.24% | 0.89% | - |
| XYZ | 60.31 | 62.29 | 47.37 | - |
| YUV | 206.82 | 107.79 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 204 | 171 | 0 | 0.10 | 0.24 | 0.11 | 36 | 0.49 | 0.78 |
| Hex | E2 | CC | AB | 0 | A | 18 | B | 24 | 31 | 4E |
| Octal | 342 | 314 | 253 | 0 | 12 | 30 | 13 | 44 | 61 | 116 |
| Binary | 11100010 | 11001100 | 10101011 | 0 | 1010 | 11000 | 1011 | 100100 | 110001 | 1001110 |
Color Harmonies of #E2CCAB
Complementary color
Monochromatic Colors of #E2CCAB
Black with #E2CCAB
Text Example
Text Example
White with #E2CCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CCAB; }
p { color: rgb(226,204,171); }
H1.HeaderClassName
{
color: #E2CCAB;
}
.AnyTagClassName
{
color: #E2CCAB;
}
</style>
background-color css
<style>
a { background-color: #E2CCAB; }
a { background-color: rgb(226,204,171); }
div.DivClassName
{
background-color: #E2CCAB;
}
.BgClassName
{
background-color: #E2CCAB;
}
</style>
border-color css
<style>
span { border-color: #E2CCAB; }
span { border-color: rgb(226,204,171); }
td.TdClassName
{
border-color: #E2CCAB;
}
.TagClassName
{
border-color: #E2CCAB;
}
</style>