Shades of Givry #E5CCA9
Tints of Givry #E5CCA9
RGB
CMYK
RGB Variations
Color information
#E5CCA9 (or 0xE5CCA9) is known color: Givry. HEX triplet: E5, CC and A9. RGB value is (229,204,169). Sum of RGB (Red+Green+Blue) = 229+204+169=602 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.04% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 169 (66.41% from 255 or 28.07% from 602); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CCA9 is #1A3356. Grayscale: #CFCFCF. Windows color (decimal): -1717079 or 11128037. OLE color: 11128037.
HSL color Cylindrical-coordinate representation of color #E5CCA9: hue angle of 35º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5CCA9 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 204 | 169 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.10 |
| HSL | 35º | 0.54% | 0.78% | - |
| HSV(B) | 35º | 0.26% | 0.9% | - |
| XYZ | 61.07 | 62.71 | 46.42 | - |
| YUV | 207.49 | 106.28 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 204 | 169 | 0 | 0.11 | 0.26 | 0.10 | 35 | 0.54 | 0.78 |
| Hex | E5 | CC | A9 | 0 | B | 1A | A | 23 | 36 | 4E |
| Octal | 345 | 314 | 251 | 0 | 13 | 32 | 12 | 43 | 66 | 116 |
| Binary | 11100101 | 11001100 | 10101001 | 0 | 1011 | 11010 | 1010 | 100011 | 110110 | 1001110 |
Color Harmonies of #E5CCA9
Complementary color
Monochromatic Colors of #E5CCA9
Black with #E5CCA9
Text Example
Text Example
White with #E5CCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CCA9; }
p { color: rgb(229,204,169); }
H1.HeaderClassName
{
color: #E5CCA9;
}
.AnyTagClassName
{
color: #E5CCA9;
}
</style>
background-color css
<style>
a { background-color: #E5CCA9; }
a { background-color: rgb(229,204,169); }
div.DivClassName
{
background-color: #E5CCA9;
}
.BgClassName
{
background-color: #E5CCA9;
}
</style>
border-color css
<style>
span { border-color: #E5CCA9; }
span { border-color: rgb(229,204,169); }
td.TdClassName
{
border-color: #E5CCA9;
}
.TagClassName
{
border-color: #E5CCA9;
}
</style>