Shades of Givry #E7D0AB
Tints of Givry #E7D0AB
RGB
CMYK
RGB Variations
Color information
#E7D0AB (or 0xE7D0AB) is known color: Givry. HEX triplet: E7, D0 and AB. RGB value is (231,208,171). Sum of RGB (Red+Green+Blue) = 231+208+171=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 208 (81.64% from 255 or 34.10% from 610); Blue value is 171 (67.19% from 255 or 28.03% from 610); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D0AB is #182F54. Grayscale: #D2D2D2. Windows color (decimal): -1584981 or 11260135. OLE color: 11260135.
HSL color Cylindrical-coordinate representation of color #E7D0AB: hue angle of 37º 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 #E7D0AB is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 208 | 171 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.09 |
| HSL | 37º | 0.56% | 0.79% | - |
| HSV(B) | 37º | 0.26% | 0.91% | - |
| XYZ | 62.86 | 65.04 | 47.77 | - |
| YUV | 210.66 | 105.62 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 208 | 171 | 0 | 0.10 | 0.26 | 0.09 | 37 | 0.56 | 0.79 |
| Hex | E7 | D0 | AB | 0 | A | 1A | 9 | 25 | 38 | 4F |
| Octal | 347 | 320 | 253 | 0 | 12 | 32 | 11 | 45 | 70 | 117 |
| Binary | 11100111 | 11010000 | 10101011 | 0 | 1010 | 11010 | 1001 | 100101 | 111000 | 1001111 |
Color Harmonies of #E7D0AB
Complementary color
Monochromatic Colors of #E7D0AB
Black with #E7D0AB
Text Example
Text Example
White with #E7D0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D0AB; }
p { color: rgb(231,208,171); }
H1.HeaderClassName
{
color: #E7D0AB;
}
.AnyTagClassName
{
color: #E7D0AB;
}
</style>
background-color css
<style>
a { background-color: #E7D0AB; }
a { background-color: rgb(231,208,171); }
div.DivClassName
{
background-color: #E7D0AB;
}
.BgClassName
{
background-color: #E7D0AB;
}
</style>
border-color css
<style>
span { border-color: #E7D0AB; }
span { border-color: rgb(231,208,171); }
td.TdClassName
{
border-color: #E7D0AB;
}
.TagClassName
{
border-color: #E7D0AB;
}
</style>