Shades of Givry #E7CEB1
Tints of Givry #E7CEB1
RGB
CMYK
RGB Variations
Color information
#E7CEB1 (or 0xE7CEB1) is known color: Givry. HEX triplet: E7, CE and B1. RGB value is (231,206,177). Sum of RGB (Red+Green+Blue) = 231+206+177=614 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.62% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 177 (69.53% from 255 or 28.83% from 614); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CEB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CEB1 is #18314E. Grayscale: #D2D2D2. Windows color (decimal): -1585487 or 11652839. OLE color: 11652839.
HSL color Cylindrical-coordinate representation of color #E7CEB1: hue angle of 32.22º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E7CEB1 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 206 | 177 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.09 |
| HSL | 32.22º | 0.53% | 0.8% | - |
| HSV(B) | 32.22º | 0.23% | 0.91% | - |
| XYZ | 62.96 | 64.31 | 50.69 | - |
| YUV | 210.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 206 | 177 | 0 | 0.11 | 0.23 | 0.09 | 32.22 | 0.53 | 0.8 |
| Hex | E7 | CE | B1 | 0 | B | 17 | 9 | 20 | 35 | 50 |
| Octal | 347 | 316 | 261 | 0 | 13 | 27 | 11 | 40 | 65 | 120 |
| Binary | 11100111 | 11001110 | 10110001 | 0 | 1011 | 10111 | 1001 | 100000 | 110101 | 1010000 |
Color Harmonies of #E7CEB1
Complementary color
Monochromatic Colors of #E7CEB1
Black with #E7CEB1
Text Example
Text Example
White with #E7CEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CEB1; }
p { color: rgb(231,206,177); }
H1.HeaderClassName
{
color: #E7CEB1;
}
.AnyTagClassName
{
color: #E7CEB1;
}
</style>
background-color css
<style>
a { background-color: #E7CEB1; }
a { background-color: rgb(231,206,177); }
div.DivClassName
{
background-color: #E7CEB1;
}
.BgClassName
{
background-color: #E7CEB1;
}
</style>
border-color css
<style>
span { border-color: #E7CEB1; }
span { border-color: rgb(231,206,177); }
td.TdClassName
{
border-color: #E7CEB1;
}
.TagClassName
{
border-color: #E7CEB1;
}
</style>