Shades of Givry #E7D5B4
Tints of Givry #E7D5B4
RGB
CMYK
RGB Variations
Color information
#E7D5B4 (or 0xE7D5B4) is known color: Givry. HEX triplet: E7, D5 and B4. RGB value is (231,213,180). Sum of RGB (Red+Green+Blue) = 231+213+180=624 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.02% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 180 (70.70% from 255 or 28.85% from 624); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D5B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D5B4 is #182A4B. Grayscale: #D6D6D6. Windows color (decimal): -1583692 or 11851239. OLE color: 11851239.
HSL color Cylindrical-coordinate representation of color #E7D5B4: hue angle of 38.82º 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 #E7D5B4 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 213 | 180 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.09 |
| HSL | 38.82º | 0.52% | 0.81% | - |
| HSV(B) | 38.82º | 0.22% | 0.91% | - |
| XYZ | 64.99 | 67.87 | 52.86 | - |
| YUV | 214.62 | 108.46 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 213 | 180 | 0 | 0.08 | 0.22 | 0.09 | 38.82 | 0.52 | 0.81 |
| Hex | E7 | D5 | B4 | 0 | 8 | 16 | 9 | 27 | 34 | 51 |
| Octal | 347 | 325 | 264 | 0 | 10 | 26 | 11 | 47 | 64 | 121 |
| Binary | 11100111 | 11010101 | 10110100 | 0 | 1000 | 10110 | 1001 | 100111 | 110100 | 1010001 |
Color Harmonies of #E7D5B4
Complementary color
Monochromatic Colors of #E7D5B4
Black with #E7D5B4
Text Example
Text Example
White with #E7D5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D5B4; }
p { color: rgb(231,213,180); }
H1.HeaderClassName
{
color: #E7D5B4;
}
.AnyTagClassName
{
color: #E7D5B4;
}
</style>
background-color css
<style>
a { background-color: #E7D5B4; }
a { background-color: rgb(231,213,180); }
div.DivClassName
{
background-color: #E7D5B4;
}
.BgClassName
{
background-color: #E7D5B4;
}
</style>
border-color css
<style>
span { border-color: #E7D5B4; }
span { border-color: rgb(231,213,180); }
td.TdClassName
{
border-color: #E7D5B4;
}
.TagClassName
{
border-color: #E7D5B4;
}
</style>