Shades of Givry #E7D0AE
Tints of Givry #E7D0AE
RGB
CMYK
RGB Variations
Color information
#E7D0AE (or 0xE7D0AE) is known color: Givry. HEX triplet: E7, D0 and AE. RGB value is (231,208,174). Sum of RGB (Red+Green+Blue) = 231+208+174=613 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.68% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D0AE is #182F51. Grayscale: #D3D3D3. Windows color (decimal): -1584978 or 11456743. OLE color: 11456743.
HSL color Cylindrical-coordinate representation of color #E7D0AE: hue angle of 35.79º 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 #E7D0AE is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 208 | 174 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.09 |
| HSL | 35.79º | 0.54% | 0.79% | - |
| HSV(B) | 35.79º | 0.25% | 0.91% | - |
| XYZ | 63.15 | 65.16 | 49.29 | - |
| YUV | 211 | 107.12 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 208 | 174 | 0 | 0.10 | 0.25 | 0.09 | 35.79 | 0.54 | 0.79 |
| Hex | E7 | D0 | AE | 0 | A | 19 | 9 | 24 | 36 | 4F |
| Octal | 347 | 320 | 256 | 0 | 12 | 31 | 11 | 44 | 66 | 117 |
| Binary | 11100111 | 11010000 | 10101110 | 0 | 1010 | 11001 | 1001 | 100100 | 110110 | 1001111 |
Color Harmonies of #E7D0AE
Complementary color
Monochromatic Colors of #E7D0AE
Black with #E7D0AE
Text Example
Text Example
White with #E7D0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D0AE; }
p { color: rgb(231,208,174); }
H1.HeaderClassName
{
color: #E7D0AE;
}
.AnyTagClassName
{
color: #E7D0AE;
}
</style>
background-color css
<style>
a { background-color: #E7D0AE; }
a { background-color: rgb(231,208,174); }
div.DivClassName
{
background-color: #E7D0AE;
}
.BgClassName
{
background-color: #E7D0AE;
}
</style>
border-color css
<style>
span { border-color: #E7D0AE; }
span { border-color: rgb(231,208,174); }
td.TdClassName
{
border-color: #E7D0AE;
}
.TagClassName
{
border-color: #E7D0AE;
}
</style>