Shades of Givry #E7D1AD
Tints of Givry #E7D1AD
RGB
CMYK
RGB Variations
Color information
#E7D1AD (or 0xE7D1AD) is known color: Givry. HEX triplet: E7, D1 and AD. RGB value is (231,209,173). Sum of RGB (Red+Green+Blue) = 231+209+173=613 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.68% from 613); Green value is 209 (82.03% from 255 or 34.09% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D1AD is #182E52. Grayscale: #D3D3D3. Windows color (decimal): -1584723 or 11391463. OLE color: 11391463.
HSL color Cylindrical-coordinate representation of color #E7D1AD: hue angle of 37.24º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7D1AD is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 209 | 173 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.09 |
| HSL | 37.24º | 0.55% | 0.79% | - |
| HSV(B) | 37.24º | 0.25% | 0.91% | - |
| XYZ | 63.3 | 65.61 | 48.86 | - |
| YUV | 211.47 | 106.29 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 209 | 173 | 0 | 0.10 | 0.25 | 0.09 | 37.24 | 0.55 | 0.79 |
| Hex | E7 | D1 | AD | 0 | A | 19 | 9 | 25 | 37 | 4F |
| Octal | 347 | 321 | 255 | 0 | 12 | 31 | 11 | 45 | 67 | 117 |
| Binary | 11100111 | 11010001 | 10101101 | 0 | 1010 | 11001 | 1001 | 100101 | 110111 | 1001111 |
Color Harmonies of #E7D1AD
Complementary color
Monochromatic Colors of #E7D1AD
Black with #E7D1AD
Text Example
Text Example
White with #E7D1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D1AD; }
p { color: rgb(231,209,173); }
H1.HeaderClassName
{
color: #E7D1AD;
}
.AnyTagClassName
{
color: #E7D1AD;
}
</style>
background-color css
<style>
a { background-color: #E7D1AD; }
a { background-color: rgb(231,209,173); }
div.DivClassName
{
background-color: #E7D1AD;
}
.BgClassName
{
background-color: #E7D1AD;
}
</style>
border-color css
<style>
span { border-color: #E7D1AD; }
span { border-color: rgb(231,209,173); }
td.TdClassName
{
border-color: #E7D1AD;
}
.TagClassName
{
border-color: #E7D1AD;
}
</style>