Shades of Givry #E5CCAF
Tints of Givry #E5CCAF
RGB
CMYK
RGB Variations
Color information
#E5CCAF (or 0xE5CCAF) is known color: Givry. HEX triplet: E5, CC and AF. RGB value is (229,204,175). Sum of RGB (Red+Green+Blue) = 229+204+175=608 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.66% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CCAF is #1A3350. Grayscale: #D0D0D0. Windows color (decimal): -1717073 or 11521253. OLE color: 11521253.
HSL color Cylindrical-coordinate representation of color #E5CCAF: hue angle of 32.22º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5CCAF is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 204 | 175 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.10 |
| HSL | 32.22º | 0.51% | 0.79% | - |
| HSV(B) | 32.22º | 0.24% | 0.9% | - |
| XYZ | 61.64 | 62.94 | 49.46 | - |
| YUV | 208.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 204 | 175 | 0 | 0.11 | 0.24 | 0.10 | 32.22 | 0.51 | 0.79 |
| Hex | E5 | CC | AF | 0 | B | 18 | A | 20 | 33 | 4F |
| Octal | 345 | 314 | 257 | 0 | 13 | 30 | 12 | 40 | 63 | 117 |
| Binary | 11100101 | 11001100 | 10101111 | 0 | 1011 | 11000 | 1010 | 100000 | 110011 | 1001111 |
Color Harmonies of #E5CCAF
Complementary color
Monochromatic Colors of #E5CCAF
Black with #E5CCAF
Text Example
Text Example
White with #E5CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CCAF; }
p { color: rgb(229,204,175); }
H1.HeaderClassName
{
color: #E5CCAF;
}
.AnyTagClassName
{
color: #E5CCAF;
}
</style>
background-color css
<style>
a { background-color: #E5CCAF; }
a { background-color: rgb(229,204,175); }
div.DivClassName
{
background-color: #E5CCAF;
}
.BgClassName
{
background-color: #E5CCAF;
}
</style>
border-color css
<style>
span { border-color: #E5CCAF; }
span { border-color: rgb(229,204,175); }
td.TdClassName
{
border-color: #E5CCAF;
}
.TagClassName
{
border-color: #E5CCAF;
}
</style>