Shades of Givry #E7CFAC
Tints of Givry #E7CFAC
RGB
CMYK
RGB Variations
Color information
#E7CFAC (or 0xE7CFAC) is known color: Givry. HEX triplet: E7, CF and AC. RGB value is (231,207,172). Sum of RGB (Red+Green+Blue) = 231+207+172=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CFAC is #183053. Grayscale: #D2D2D2. Windows color (decimal): -1585236 or 11325415. OLE color: 11325415.
HSL color Cylindrical-coordinate representation of color #E7CFAC: hue angle of 35.59º 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 #E7CFAC is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 207 | 172 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.09 |
| HSL | 35.59º | 0.55% | 0.79% | - |
| HSV(B) | 35.59º | 0.26% | 0.91% | - |
| XYZ | 62.71 | 64.59 | 48.19 | - |
| YUV | 210.19 | 106.45 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 172 | 0 | 0.10 | 0.26 | 0.09 | 35.59 | 0.55 | 0.79 |
| Hex | E7 | CF | AC | 0 | A | 1A | 9 | 24 | 37 | 4F |
| Octal | 347 | 317 | 254 | 0 | 12 | 32 | 11 | 44 | 67 | 117 |
| Binary | 11100111 | 11001111 | 10101100 | 0 | 1010 | 11010 | 1001 | 100100 | 110111 | 1001111 |
Color Harmonies of #E7CFAC
Complementary color
Monochromatic Colors of #E7CFAC
Black with #E7CFAC
Text Example
Text Example
White with #E7CFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CFAC; }
p { color: rgb(231,207,172); }
H1.HeaderClassName
{
color: #E7CFAC;
}
.AnyTagClassName
{
color: #E7CFAC;
}
</style>
background-color css
<style>
a { background-color: #E7CFAC; }
a { background-color: rgb(231,207,172); }
div.DivClassName
{
background-color: #E7CFAC;
}
.BgClassName
{
background-color: #E7CFAC;
}
</style>
border-color css
<style>
span { border-color: #E7CFAC; }
span { border-color: rgb(231,207,172); }
td.TdClassName
{
border-color: #E7CFAC;
}
.TagClassName
{
border-color: #E7CFAC;
}
</style>