Shades of Givry #E7D3AD
Tints of Givry #E7D3AD
RGB
CMYK
RGB Variations
Color information
#E7D3AD (or 0xE7D3AD) is known color: Givry. HEX triplet: E7, D3 and AD. RGB value is (231,211,173). Sum of RGB (Red+Green+Blue) = 231+211+173=615 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.56% from 615); Green value is 211 (82.81% from 255 or 34.31% from 615); Blue value is 173 (67.97% from 255 or 28.13% from 615); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D3AD is #182C52. Grayscale: #D4D4D4. Windows color (decimal): -1584211 or 11391975. OLE color: 11391975.
HSL color Cylindrical-coordinate representation of color #E7D3AD: hue angle of 39.31º 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 #E7D3AD is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 211 | 173 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.09 |
| HSL | 39.31º | 0.55% | 0.79% | - |
| HSV(B) | 39.31º | 0.25% | 0.91% | - |
| XYZ | 63.79 | 66.59 | 49.03 | - |
| YUV | 212.65 | 105.63 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 211 | 173 | 0 | 0.09 | 0.25 | 0.09 | 39.31 | 0.55 | 0.79 |
| Hex | E7 | D3 | AD | 0 | 9 | 19 | 9 | 27 | 37 | 4F |
| Octal | 347 | 323 | 255 | 0 | 11 | 31 | 11 | 47 | 67 | 117 |
| Binary | 11100111 | 11010011 | 10101101 | 0 | 1001 | 11001 | 1001 | 100111 | 110111 | 1001111 |
Color Harmonies of #E7D3AD
Complementary color
Monochromatic Colors of #E7D3AD
Black with #E7D3AD
Text Example
Text Example
White with #E7D3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D3AD; }
p { color: rgb(231,211,173); }
H1.HeaderClassName
{
color: #E7D3AD;
}
.AnyTagClassName
{
color: #E7D3AD;
}
</style>
background-color css
<style>
a { background-color: #E7D3AD; }
a { background-color: rgb(231,211,173); }
div.DivClassName
{
background-color: #E7D3AD;
}
.BgClassName
{
background-color: #E7D3AD;
}
</style>
border-color css
<style>
span { border-color: #E7D3AD; }
span { border-color: rgb(231,211,173); }
td.TdClassName
{
border-color: #E7D3AD;
}
.TagClassName
{
border-color: #E7D3AD;
}
</style>