Shades of Givry #E2CCAF
Tints of Givry #E2CCAF
RGB
CMYK
RGB Variations
Color information
#E2CCAF (or 0xE2CCAF) is known color: Givry. HEX triplet: E2, CC and AF. RGB value is (226,204,175). Sum of RGB (Red+Green+Blue) = 226+204+175=605 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.36% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CCAF is #1D3350. Grayscale: #CFCFCF. Windows color (decimal): -1913681 or 11521250. OLE color: 11521250.
HSL color Cylindrical-coordinate representation of color #E2CCAF: hue angle of 34.12º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2CCAF is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 204 | 175 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.11 |
| HSL | 34.12º | 0.47% | 0.79% | - |
| HSV(B) | 34.12º | 0.23% | 0.89% | - |
| XYZ | 60.69 | 62.45 | 49.41 | - |
| YUV | 207.27 | 109.79 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 204 | 175 | 0 | 0.10 | 0.23 | 0.11 | 34.12 | 0.47 | 0.79 |
| Hex | E2 | CC | AF | 0 | A | 17 | B | 22 | 2F | 4F |
| Octal | 342 | 314 | 257 | 0 | 12 | 27 | 13 | 42 | 57 | 117 |
| Binary | 11100010 | 11001100 | 10101111 | 0 | 1010 | 10111 | 1011 | 100010 | 101111 | 1001111 |
Color Harmonies of #E2CCAF
Complementary color
Monochromatic Colors of #E2CCAF
Black with #E2CCAF
Text Example
Text Example
White with #E2CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CCAF; }
p { color: rgb(226,204,175); }
H1.HeaderClassName
{
color: #E2CCAF;
}
.AnyTagClassName
{
color: #E2CCAF;
}
</style>
background-color css
<style>
a { background-color: #E2CCAF; }
a { background-color: rgb(226,204,175); }
div.DivClassName
{
background-color: #E2CCAF;
}
.BgClassName
{
background-color: #E2CCAF;
}
</style>
border-color css
<style>
span { border-color: #E2CCAF; }
span { border-color: rgb(226,204,175); }
td.TdClassName
{
border-color: #E2CCAF;
}
.TagClassName
{
border-color: #E2CCAF;
}
</style>