Shades of Givry #E7D1AB
Tints of Givry #E7D1AB
RGB
CMYK
RGB Variations
Color information
#E7D1AB (or 0xE7D1AB) is known color: Givry. HEX triplet: E7, D1 and AB. RGB value is (231,209,171). Sum of RGB (Red+Green+Blue) = 231+209+171=611 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.81% from 611); Green value is 209 (82.03% from 255 or 34.21% from 611); Blue value is 171 (67.19% from 255 or 27.99% from 611); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D1AB is #182E54. Grayscale: #D3D3D3. Windows color (decimal): -1584725 or 11260391. OLE color: 11260391.
HSL color Cylindrical-coordinate representation of color #E7D1AB: hue angle of 38º 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 #E7D1AB is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 209 | 171 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.09 |
| HSL | 38º | 0.56% | 0.79% | - |
| HSV(B) | 38º | 0.26% | 0.91% | - |
| XYZ | 63.11 | 65.53 | 47.85 | - |
| YUV | 211.25 | 105.29 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 209 | 171 | 0 | 0.10 | 0.26 | 0.09 | 38 | 0.56 | 0.79 |
| Hex | E7 | D1 | AB | 0 | A | 1A | 9 | 26 | 38 | 4F |
| Octal | 347 | 321 | 253 | 0 | 12 | 32 | 11 | 46 | 70 | 117 |
| Binary | 11100111 | 11010001 | 10101011 | 0 | 1010 | 11010 | 1001 | 100110 | 111000 | 1001111 |
Color Harmonies of #E7D1AB
Complementary color
Monochromatic Colors of #E7D1AB
Black with #E7D1AB
Text Example
Text Example
White with #E7D1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D1AB; }
p { color: rgb(231,209,171); }
H1.HeaderClassName
{
color: #E7D1AB;
}
.AnyTagClassName
{
color: #E7D1AB;
}
</style>
background-color css
<style>
a { background-color: #E7D1AB; }
a { background-color: rgb(231,209,171); }
div.DivClassName
{
background-color: #E7D1AB;
}
.BgClassName
{
background-color: #E7D1AB;
}
</style>
border-color css
<style>
span { border-color: #E7D1AB; }
span { border-color: rgb(231,209,171); }
td.TdClassName
{
border-color: #E7D1AB;
}
.TagClassName
{
border-color: #E7D1AB;
}
</style>