Shades of Givry #E3D1AF
Tints of Givry #E3D1AF
RGB
CMYK
RGB Variations
Color information
#E3D1AF (or 0xE3D1AF) is known color: Givry. HEX triplet: E3, D1 and AF. RGB value is (227,209,175). Sum of RGB (Red+Green+Blue) = 227+209+175=611 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.15% from 611); Green value is 209 (82.03% from 255 or 34.21% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D1AF is #1C2E50. Grayscale: #D2D2D2. Windows color (decimal): -1846865 or 11522531. OLE color: 11522531.
HSL color Cylindrical-coordinate representation of color #E3D1AF: hue angle of 39.23º 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 #E3D1AF is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 209 | 175 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.11 |
| HSL | 39.23º | 0.48% | 0.79% | - |
| HSV(B) | 39.23º | 0.23% | 0.89% | - |
| XYZ | 62.22 | 65.03 | 49.83 | - |
| YUV | 210.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 209 | 175 | 0 | 0.08 | 0.23 | 0.11 | 39.23 | 0.48 | 0.79 |
| Hex | E3 | D1 | AF | 0 | 8 | 17 | B | 27 | 30 | 4F |
| Octal | 343 | 321 | 257 | 0 | 10 | 27 | 13 | 47 | 60 | 117 |
| Binary | 11100011 | 11010001 | 10101111 | 0 | 1000 | 10111 | 1011 | 100111 | 110000 | 1001111 |
Color Harmonies of #E3D1AF
Complementary color
Monochromatic Colors of #E3D1AF
Black with #E3D1AF
Text Example
Text Example
White with #E3D1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D1AF; }
p { color: rgb(227,209,175); }
H1.HeaderClassName
{
color: #E3D1AF;
}
.AnyTagClassName
{
color: #E3D1AF;
}
</style>
background-color css
<style>
a { background-color: #E3D1AF; }
a { background-color: rgb(227,209,175); }
div.DivClassName
{
background-color: #E3D1AF;
}
.BgClassName
{
background-color: #E3D1AF;
}
</style>
border-color css
<style>
span { border-color: #E3D1AF; }
span { border-color: rgb(227,209,175); }
td.TdClassName
{
border-color: #E3D1AF;
}
.TagClassName
{
border-color: #E3D1AF;
}
</style>