Shades of Givry #E7CEAF
Tints of Givry #E7CEAF
RGB
CMYK
RGB Variations
Color information
#E7CEAF (or 0xE7CEAF) is known color: Givry. HEX triplet: E7, CE and AF. RGB value is (231,206,175). Sum of RGB (Red+Green+Blue) = 231+206+175=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CEAF is #183150. Grayscale: #D2D2D2. Windows color (decimal): -1585489 or 11521767. OLE color: 11521767.
HSL color Cylindrical-coordinate representation of color #E7CEAF: hue angle of 33.21º degrees, saturation: 0.54, 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 #E7CEAF is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 206 | 175 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.09 |
| HSL | 33.21º | 0.54% | 0.8% | - |
| HSV(B) | 33.21º | 0.24% | 0.91% | - |
| XYZ | 62.76 | 64.23 | 49.65 | - |
| YUV | 209.94 | 108.28 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 206 | 175 | 0 | 0.11 | 0.24 | 0.09 | 33.21 | 0.54 | 0.8 |
| Hex | E7 | CE | AF | 0 | B | 18 | 9 | 21 | 36 | 50 |
| Octal | 347 | 316 | 257 | 0 | 13 | 30 | 11 | 41 | 66 | 120 |
| Binary | 11100111 | 11001110 | 10101111 | 0 | 1011 | 11000 | 1001 | 100001 | 110110 | 1010000 |
Color Harmonies of #E7CEAF
Complementary color
Monochromatic Colors of #E7CEAF
Black with #E7CEAF
Text Example
Text Example
White with #E7CEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CEAF; }
p { color: rgb(231,206,175); }
H1.HeaderClassName
{
color: #E7CEAF;
}
.AnyTagClassName
{
color: #E7CEAF;
}
</style>
background-color css
<style>
a { background-color: #E7CEAF; }
a { background-color: rgb(231,206,175); }
div.DivClassName
{
background-color: #E7CEAF;
}
.BgClassName
{
background-color: #E7CEAF;
}
</style>
border-color css
<style>
span { border-color: #E7CEAF; }
span { border-color: rgb(231,206,175); }
td.TdClassName
{
border-color: #E7CEAF;
}
.TagClassName
{
border-color: #E7CEAF;
}
</style>