Shades of Givry #E7D1AA
Tints of Givry #E7D1AA
RGB
CMYK
RGB Variations
Color information
#E7D1AA (or 0xE7D1AA) is known color: Givry. HEX triplet: E7, D1 and AA. RGB value is (231,209,170). Sum of RGB (Red+Green+Blue) = 231+209+170=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 209 (82.03% from 255 or 34.26% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D1AA is #182E55. Grayscale: #D3D3D3. Windows color (decimal): -1584726 or 11194855. OLE color: 11194855.
HSL color Cylindrical-coordinate representation of color #E7D1AA: hue angle of 38.36º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7D1AA is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 209 | 170 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.09 |
| HSL | 38.36º | 0.56% | 0.79% | - |
| HSV(B) | 38.36º | 0.26% | 0.91% | - |
| XYZ | 63.01 | 65.49 | 47.35 | - |
| YUV | 211.13 | 104.79 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 209 | 170 | 0 | 0.10 | 0.26 | 0.09 | 38.36 | 0.56 | 0.79 |
| Hex | E7 | D1 | AA | 0 | A | 1A | 9 | 26 | 38 | 4F |
| Octal | 347 | 321 | 252 | 0 | 12 | 32 | 11 | 46 | 70 | 117 |
| Binary | 11100111 | 11010001 | 10101010 | 0 | 1010 | 11010 | 1001 | 100110 | 111000 | 1001111 |
Color Harmonies of #E7D1AA
Complementary color
Monochromatic Colors of #E7D1AA
Black with #E7D1AA
Text Example
Text Example
White with #E7D1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D1AA; }
p { color: rgb(231,209,170); }
H1.HeaderClassName
{
color: #E7D1AA;
}
.AnyTagClassName
{
color: #E7D1AA;
}
</style>
background-color css
<style>
a { background-color: #E7D1AA; }
a { background-color: rgb(231,209,170); }
div.DivClassName
{
background-color: #E7D1AA;
}
.BgClassName
{
background-color: #E7D1AA;
}
</style>
border-color css
<style>
span { border-color: #E7D1AA; }
span { border-color: rgb(231,209,170); }
td.TdClassName
{
border-color: #E7D1AA;
}
.TagClassName
{
border-color: #E7D1AA;
}
</style>