Shades of Givry #E3CCAA
Tints of Givry #E3CCAA
RGB
CMYK
RGB Variations
Color information
#E3CCAA (or 0xE3CCAA) is known color: Givry. HEX triplet: E3, CC and AA. RGB value is (227,204,170). Sum of RGB (Red+Green+Blue) = 227+204+170=601 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.77% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CCAA is #1C3355. Grayscale: #CFCFCF. Windows color (decimal): -1848150 or 11193571. OLE color: 11193571.
HSL color Cylindrical-coordinate representation of color #E3CCAA: hue angle of 35.79º degrees, saturation: 0.5, 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 #E3CCAA is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 204 | 170 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.11 |
| HSL | 35.79º | 0.5% | 0.78% | - |
| HSV(B) | 35.79º | 0.25% | 0.89% | - |
| XYZ | 60.53 | 62.42 | 46.89 | - |
| YUV | 207 | 107.12 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 204 | 170 | 0 | 0.10 | 0.25 | 0.11 | 35.79 | 0.5 | 0.78 |
| Hex | E3 | CC | AA | 0 | A | 19 | B | 24 | 32 | 4E |
| Octal | 343 | 314 | 252 | 0 | 12 | 31 | 13 | 44 | 62 | 116 |
| Binary | 11100011 | 11001100 | 10101010 | 0 | 1010 | 11001 | 1011 | 100100 | 110010 | 1001110 |
Color Harmonies of #E3CCAA
Complementary color
Monochromatic Colors of #E3CCAA
Black with #E3CCAA
Text Example
Text Example
White with #E3CCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CCAA; }
p { color: rgb(227,204,170); }
H1.HeaderClassName
{
color: #E3CCAA;
}
.AnyTagClassName
{
color: #E3CCAA;
}
</style>
background-color css
<style>
a { background-color: #E3CCAA; }
a { background-color: rgb(227,204,170); }
div.DivClassName
{
background-color: #E3CCAA;
}
.BgClassName
{
background-color: #E3CCAA;
}
</style>
border-color css
<style>
span { border-color: #E3CCAA; }
span { border-color: rgb(227,204,170); }
td.TdClassName
{
border-color: #E3CCAA;
}
.TagClassName
{
border-color: #E3CCAA;
}
</style>