Shades of Givry #E4CCAB
Tints of Givry #E4CCAB
RGB
CMYK
RGB Variations
Color information
#E4CCAB (or 0xE4CCAB) is known color: Givry. HEX triplet: E4, CC and AB. RGB value is (228,204,171). Sum of RGB (Red+Green+Blue) = 228+204+171=603 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.81% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 171 (67.19% from 255 or 28.36% from 603); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4CCAB is #1B3354. Grayscale: #CFCFCF. Windows color (decimal): -1782613 or 11259108. OLE color: 11259108.
HSL color Cylindrical-coordinate representation of color #E4CCAB: hue angle of 34.74º 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 #E4CCAB is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 204 | 171 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.11 |
| HSL | 34.74º | 0.51% | 0.78% | - |
| HSV(B) | 34.74º | 0.25% | 0.89% | - |
| XYZ | 60.94 | 62.62 | 47.4 | - |
| YUV | 207.41 | 107.45 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 204 | 171 | 0 | 0.11 | 0.25 | 0.11 | 34.74 | 0.51 | 0.78 |
| Hex | E4 | CC | AB | 0 | B | 19 | B | 23 | 33 | 4E |
| Octal | 344 | 314 | 253 | 0 | 13 | 31 | 13 | 43 | 63 | 116 |
| Binary | 11100100 | 11001100 | 10101011 | 0 | 1011 | 11001 | 1011 | 100011 | 110011 | 1001110 |
Color Harmonies of #E4CCAB
Complementary color
Monochromatic Colors of #E4CCAB
Black with #E4CCAB
Text Example
Text Example
White with #E4CCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CCAB; }
p { color: rgb(228,204,171); }
H1.HeaderClassName
{
color: #E4CCAB;
}
.AnyTagClassName
{
color: #E4CCAB;
}
</style>
background-color css
<style>
a { background-color: #E4CCAB; }
a { background-color: rgb(228,204,171); }
div.DivClassName
{
background-color: #E4CCAB;
}
.BgClassName
{
background-color: #E4CCAB;
}
</style>
border-color css
<style>
span { border-color: #E4CCAB; }
span { border-color: rgb(228,204,171); }
td.TdClassName
{
border-color: #E4CCAB;
}
.TagClassName
{
border-color: #E4CCAB;
}
</style>