Shades of Givry #E4CCAA
Tints of Givry #E4CCAA
RGB
CMYK
RGB Variations
Color information
#E4CCAA (or 0xE4CCAA) is known color: Givry. HEX triplet: E4, CC and AA. RGB value is (228,204,170). Sum of RGB (Red+Green+Blue) = 228+204+170=602 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.87% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 170 (66.80% from 255 or 28.24% from 602); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4CCAA is #1B3355. Grayscale: #CFCFCF. Windows color (decimal): -1782614 or 11193572. OLE color: 11193572.
HSL color Cylindrical-coordinate representation of color #E4CCAA: hue angle of 35.17º degrees, saturation: 0.52, 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 #E4CCAA is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 204 | 170 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.11 |
| HSL | 35.17º | 0.52% | 0.78% | - |
| HSV(B) | 35.17º | 0.25% | 0.89% | - |
| XYZ | 60.84 | 62.58 | 46.9 | - |
| YUV | 207.3 | 106.95 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 204 | 170 | 0 | 0.11 | 0.25 | 0.11 | 35.17 | 0.52 | 0.78 |
| Hex | E4 | CC | AA | 0 | B | 19 | B | 23 | 34 | 4E |
| Octal | 344 | 314 | 252 | 0 | 13 | 31 | 13 | 43 | 64 | 116 |
| Binary | 11100100 | 11001100 | 10101010 | 0 | 1011 | 11001 | 1011 | 100011 | 110100 | 1001110 |
Color Harmonies of #E4CCAA
Complementary color
Monochromatic Colors of #E4CCAA
Black with #E4CCAA
Text Example
Text Example
White with #E4CCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CCAA; }
p { color: rgb(228,204,170); }
H1.HeaderClassName
{
color: #E4CCAA;
}
.AnyTagClassName
{
color: #E4CCAA;
}
</style>
background-color css
<style>
a { background-color: #E4CCAA; }
a { background-color: rgb(228,204,170); }
div.DivClassName
{
background-color: #E4CCAA;
}
.BgClassName
{
background-color: #E4CCAA;
}
</style>
border-color css
<style>
span { border-color: #E4CCAA; }
span { border-color: rgb(228,204,170); }
td.TdClassName
{
border-color: #E4CCAA;
}
.TagClassName
{
border-color: #E4CCAA;
}
</style>