Shades of Givry #E3CCAF
Tints of Givry #E3CCAF
RGB
CMYK
RGB Variations
Color information
#E3CCAF (or 0xE3CCAF) is known color: Givry. HEX triplet: E3, CC and AF. RGB value is (227,204,175). Sum of RGB (Red+Green+Blue) = 227+204+175=606 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.46% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 175 (68.75% from 255 or 28.88% from 606); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CCAF is #1C3350. Grayscale: #CFCFCF. Windows color (decimal): -1848145 or 11521251. OLE color: 11521251.
HSL color Cylindrical-coordinate representation of color #E3CCAF: hue angle of 33.46º degrees, saturation: 0.48, 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 #E3CCAF is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 204 | 175 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.11 |
| HSL | 33.46º | 0.48% | 0.79% | - |
| HSV(B) | 33.46º | 0.23% | 0.89% | - |
| XYZ | 61.01 | 62.61 | 49.43 | - |
| YUV | 207.57 | 109.62 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 204 | 175 | 0 | 0.10 | 0.23 | 0.11 | 33.46 | 0.48 | 0.79 |
| Hex | E3 | CC | AF | 0 | A | 17 | B | 21 | 30 | 4F |
| Octal | 343 | 314 | 257 | 0 | 12 | 27 | 13 | 41 | 60 | 117 |
| Binary | 11100011 | 11001100 | 10101111 | 0 | 1010 | 10111 | 1011 | 100001 | 110000 | 1001111 |
Color Harmonies of #E3CCAF
Complementary color
Monochromatic Colors of #E3CCAF
Black with #E3CCAF
Text Example
Text Example
White with #E3CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CCAF; }
p { color: rgb(227,204,175); }
H1.HeaderClassName
{
color: #E3CCAF;
}
.AnyTagClassName
{
color: #E3CCAF;
}
</style>
background-color css
<style>
a { background-color: #E3CCAF; }
a { background-color: rgb(227,204,175); }
div.DivClassName
{
background-color: #E3CCAF;
}
.BgClassName
{
background-color: #E3CCAF;
}
</style>
border-color css
<style>
span { border-color: #E3CCAF; }
span { border-color: rgb(227,204,175); }
td.TdClassName
{
border-color: #E3CCAF;
}
.TagClassName
{
border-color: #E3CCAF;
}
</style>