Shades of Givry #E7D6B4
Tints of Givry #E7D6B4
RGB
CMYK
RGB Variations
Color information
#E7D6B4 (or 0xE7D6B4) is known color: Givry. HEX triplet: E7, D6 and B4. RGB value is (231,214,180). Sum of RGB (Red+Green+Blue) = 231+214+180=625 (82% of max value = 765). Red value is 231 (90.62% from 255 or 36.96% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 180 (70.70% from 255 or 28.8% from 625); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D6B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D6B4 is #18294B. Grayscale: #D7D7D7. Windows color (decimal): -1583436 or 11851495. OLE color: 11851495.
HSL color Cylindrical-coordinate representation of color #E7D6B4: hue angle of 40º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E7D6B4 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 214 | 180 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.09 |
| HSL | 40º | 0.52% | 0.81% | - |
| HSV(B) | 40º | 0.22% | 0.91% | - |
| XYZ | 65.24 | 68.38 | 52.94 | - |
| YUV | 215.21 | 108.13 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 214 | 180 | 0 | 0.07 | 0.22 | 0.09 | 40 | 0.52 | 0.81 |
| Hex | E7 | D6 | B4 | 0 | 7 | 16 | 9 | 28 | 34 | 51 |
| Octal | 347 | 326 | 264 | 0 | 7 | 26 | 11 | 50 | 64 | 121 |
| Binary | 11100111 | 11010110 | 10110100 | 0 | 111 | 10110 | 1001 | 101000 | 110100 | 1010001 |
Color Harmonies of #E7D6B4
Complementary color
Monochromatic Colors of #E7D6B4
Black with #E7D6B4
Text Example
Text Example
White with #E7D6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D6B4; }
p { color: rgb(231,214,180); }
H1.HeaderClassName
{
color: #E7D6B4;
}
.AnyTagClassName
{
color: #E7D6B4;
}
</style>
background-color css
<style>
a { background-color: #E7D6B4; }
a { background-color: rgb(231,214,180); }
div.DivClassName
{
background-color: #E7D6B4;
}
.BgClassName
{
background-color: #E7D6B4;
}
</style>
border-color css
<style>
span { border-color: #E7D6B4; }
span { border-color: rgb(231,214,180); }
td.TdClassName
{
border-color: #E7D6B4;
}
.TagClassName
{
border-color: #E7D6B4;
}
</style>