Shades of Givry #E4CCAC
Tints of Givry #E4CCAC
RGB
CMYK
RGB Variations
Color information
#E4CCAC (or 0xE4CCAC) is known color: Givry. HEX triplet: E4, CC and AC. RGB value is (228,204,172). Sum of RGB (Red+Green+Blue) = 228+204+172=604 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.75% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4CCAC is #1B3353. Grayscale: #CFCFCF. Windows color (decimal): -1782612 or 11324644. OLE color: 11324644.
HSL color Cylindrical-coordinate representation of color #E4CCAC: hue angle of 34.29º 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 #E4CCAC is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 204 | 172 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.11 |
| HSL | 34.29º | 0.51% | 0.78% | - |
| HSV(B) | 34.29º | 0.25% | 0.89% | - |
| XYZ | 61.03 | 62.66 | 47.91 | - |
| YUV | 207.53 | 107.95 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 204 | 172 | 0 | 0.11 | 0.25 | 0.11 | 34.29 | 0.51 | 0.78 |
| Hex | E4 | CC | AC | 0 | B | 19 | B | 22 | 33 | 4E |
| Octal | 344 | 314 | 254 | 0 | 13 | 31 | 13 | 42 | 63 | 116 |
| Binary | 11100100 | 11001100 | 10101100 | 0 | 1011 | 11001 | 1011 | 100010 | 110011 | 1001110 |
Color Harmonies of #E4CCAC
Complementary color
Monochromatic Colors of #E4CCAC
Black with #E4CCAC
Text Example
Text Example
White with #E4CCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CCAC; }
p { color: rgb(228,204,172); }
H1.HeaderClassName
{
color: #E4CCAC;
}
.AnyTagClassName
{
color: #E4CCAC;
}
</style>
background-color css
<style>
a { background-color: #E4CCAC; }
a { background-color: rgb(228,204,172); }
div.DivClassName
{
background-color: #E4CCAC;
}
.BgClassName
{
background-color: #E4CCAC;
}
</style>
border-color css
<style>
span { border-color: #E4CCAC; }
span { border-color: rgb(228,204,172); }
td.TdClassName
{
border-color: #E4CCAC;
}
.TagClassName
{
border-color: #E4CCAC;
}
</style>