Shades of Givry #E7CEB0
Tints of Givry #E7CEB0
RGB
CMYK
RGB Variations
Color information
#E7CEB0 (or 0xE7CEB0) is known color: Givry. HEX triplet: E7, CE and B0. RGB value is (231,206,176). Sum of RGB (Red+Green+Blue) = 231+206+176=613 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.68% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 176 (69.14% from 255 or 28.71% from 613); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CEB0 is #18314F. Grayscale: #D2D2D2. Windows color (decimal): -1585488 or 11587303. OLE color: 11587303.
HSL color Cylindrical-coordinate representation of color #E7CEB0: hue angle of 32.73º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7CEB0 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 206 | 176 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.09 |
| HSL | 32.73º | 0.53% | 0.8% | - |
| HSV(B) | 32.73º | 0.24% | 0.91% | - |
| XYZ | 62.86 | 64.27 | 50.17 | - |
| YUV | 210.06 | 108.78 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 206 | 176 | 0 | 0.11 | 0.24 | 0.09 | 32.73 | 0.53 | 0.8 |
| Hex | E7 | CE | B0 | 0 | B | 18 | 9 | 21 | 35 | 50 |
| Octal | 347 | 316 | 260 | 0 | 13 | 30 | 11 | 41 | 65 | 120 |
| Binary | 11100111 | 11001110 | 10110000 | 0 | 1011 | 11000 | 1001 | 100001 | 110101 | 1010000 |
Color Harmonies of #E7CEB0
Complementary color
Monochromatic Colors of #E7CEB0
Black with #E7CEB0
Text Example
Text Example
White with #E7CEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CEB0; }
p { color: rgb(231,206,176); }
H1.HeaderClassName
{
color: #E7CEB0;
}
.AnyTagClassName
{
color: #E7CEB0;
}
</style>
background-color css
<style>
a { background-color: #E7CEB0; }
a { background-color: rgb(231,206,176); }
div.DivClassName
{
background-color: #E7CEB0;
}
.BgClassName
{
background-color: #E7CEB0;
}
</style>
border-color css
<style>
span { border-color: #E7CEB0; }
span { border-color: rgb(231,206,176); }
td.TdClassName
{
border-color: #E7CEB0;
}
.TagClassName
{
border-color: #E7CEB0;
}
</style>