Shades of Givry #E7D4AE
Tints of Givry #E7D4AE
RGB
CMYK
RGB Variations
Color information
#E7D4AE (or 0xE7D4AE) is known color: Givry. HEX triplet: E7, D4 and AE. RGB value is (231,212,174). Sum of RGB (Red+Green+Blue) = 231+212+174=617 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.44% from 617); Green value is 212 (83.20% from 255 or 34.36% from 617); Blue value is 174 (68.36% from 255 or 28.20% from 617); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D4AE is #182B51. Grayscale: #D5D5D5. Windows color (decimal): -1583954 or 11457767. OLE color: 11457767.
HSL color Cylindrical-coordinate representation of color #E7D4AE: hue angle of 40º degrees, saturation: 0.54, 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 #E7D4AE is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 212 | 174 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.09 |
| HSL | 40º | 0.54% | 0.79% | - |
| HSV(B) | 40º | 0.25% | 0.91% | - |
| XYZ | 64.14 | 67.13 | 49.62 | - |
| YUV | 213.35 | 105.79 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 212 | 174 | 0 | 0.08 | 0.25 | 0.09 | 40 | 0.54 | 0.79 |
| Hex | E7 | D4 | AE | 0 | 8 | 19 | 9 | 28 | 36 | 4F |
| Octal | 347 | 324 | 256 | 0 | 10 | 31 | 11 | 50 | 66 | 117 |
| Binary | 11100111 | 11010100 | 10101110 | 0 | 1000 | 11001 | 1001 | 101000 | 110110 | 1001111 |
Color Harmonies of #E7D4AE
Complementary color
Monochromatic Colors of #E7D4AE
Black with #E7D4AE
Text Example
Text Example
White with #E7D4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D4AE; }
p { color: rgb(231,212,174); }
H1.HeaderClassName
{
color: #E7D4AE;
}
.AnyTagClassName
{
color: #E7D4AE;
}
</style>
background-color css
<style>
a { background-color: #E7D4AE; }
a { background-color: rgb(231,212,174); }
div.DivClassName
{
background-color: #E7D4AE;
}
.BgClassName
{
background-color: #E7D4AE;
}
</style>
border-color css
<style>
span { border-color: #E7D4AE; }
span { border-color: rgb(231,212,174); }
td.TdClassName
{
border-color: #E7D4AE;
}
.TagClassName
{
border-color: #E7D4AE;
}
</style>