Shades of Givry #E7CEAC
Tints of Givry #E7CEAC
RGB
CMYK
RGB Variations
Color information
#E7CEAC (or 0xE7CEAC) is known color: Givry. HEX triplet: E7, CE and AC. RGB value is (231,206,172). Sum of RGB (Red+Green+Blue) = 231+206+172=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CEAC is #183153. Grayscale: #D1D1D1. Windows color (decimal): -1585492 or 11325159. OLE color: 11325159.
HSL color Cylindrical-coordinate representation of color #E7CEAC: hue angle of 34.58º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7CEAC is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 206 | 172 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.09 |
| HSL | 34.58º | 0.55% | 0.79% | - |
| HSV(B) | 34.58º | 0.26% | 0.91% | - |
| XYZ | 62.47 | 64.11 | 48.11 | - |
| YUV | 209.6 | 106.78 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 206 | 172 | 0 | 0.11 | 0.26 | 0.09 | 34.58 | 0.55 | 0.79 |
| Hex | E7 | CE | AC | 0 | B | 1A | 9 | 23 | 37 | 4F |
| Octal | 347 | 316 | 254 | 0 | 13 | 32 | 11 | 43 | 67 | 117 |
| Binary | 11100111 | 11001110 | 10101100 | 0 | 1011 | 11010 | 1001 | 100011 | 110111 | 1001111 |
Color Harmonies of #E7CEAC
Complementary color
Monochromatic Colors of #E7CEAC
Black with #E7CEAC
Text Example
Text Example
White with #E7CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CEAC; }
p { color: rgb(231,206,172); }
H1.HeaderClassName
{
color: #E7CEAC;
}
.AnyTagClassName
{
color: #E7CEAC;
}
</style>
background-color css
<style>
a { background-color: #E7CEAC; }
a { background-color: rgb(231,206,172); }
div.DivClassName
{
background-color: #E7CEAC;
}
.BgClassName
{
background-color: #E7CEAC;
}
</style>
border-color css
<style>
span { border-color: #E7CEAC; }
span { border-color: rgb(231,206,172); }
td.TdClassName
{
border-color: #E7CEAC;
}
.TagClassName
{
border-color: #E7CEAC;
}
</style>