Shades of Givry #E3CFAE
Tints of Givry #E3CFAE
RGB
CMYK
RGB Variations
Color information
#E3CFAE (or 0xE3CFAE) is known color: Givry. HEX triplet: E3, CF and AE. RGB value is (227,207,174). Sum of RGB (Red+Green+Blue) = 227+207+174=608 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.34% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 174 (68.36% from 255 or 28.62% from 608); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CFAE is #1C3051. Grayscale: #D1D1D1. Windows color (decimal): -1847378 or 11456483. OLE color: 11456483.
HSL color Cylindrical-coordinate representation of color #E3CFAE: hue angle of 37.36º degrees, saturation: 0.49, 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 #E3CFAE is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 207 | 174 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.11 |
| HSL | 37.36º | 0.49% | 0.79% | - |
| HSV(B) | 37.36º | 0.23% | 0.89% | - |
| XYZ | 61.63 | 64.01 | 49.15 | - |
| YUV | 209.22 | 108.13 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 207 | 174 | 0 | 0.09 | 0.23 | 0.11 | 37.36 | 0.49 | 0.79 |
| Hex | E3 | CF | AE | 0 | 9 | 17 | B | 25 | 31 | 4F |
| Octal | 343 | 317 | 256 | 0 | 11 | 27 | 13 | 45 | 61 | 117 |
| Binary | 11100011 | 11001111 | 10101110 | 0 | 1001 | 10111 | 1011 | 100101 | 110001 | 1001111 |
Color Harmonies of #E3CFAE
Complementary color
Monochromatic Colors of #E3CFAE
Black with #E3CFAE
Text Example
Text Example
White with #E3CFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CFAE; }
p { color: rgb(227,207,174); }
H1.HeaderClassName
{
color: #E3CFAE;
}
.AnyTagClassName
{
color: #E3CFAE;
}
</style>
background-color css
<style>
a { background-color: #E3CFAE; }
a { background-color: rgb(227,207,174); }
div.DivClassName
{
background-color: #E3CFAE;
}
.BgClassName
{
background-color: #E3CFAE;
}
</style>
border-color css
<style>
span { border-color: #E3CFAE; }
span { border-color: rgb(227,207,174); }
td.TdClassName
{
border-color: #E3CFAE;
}
.TagClassName
{
border-color: #E3CFAE;
}
</style>