Shades of Givry #E7CFAB
Tints of Givry #E7CFAB
RGB
CMYK
RGB Variations
Color information
#E7CFAB (or 0xE7CFAB) is known color: Givry. HEX triplet: E7, CF and AB. RGB value is (231,207,171). Sum of RGB (Red+Green+Blue) = 231+207+171=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 171 (67.19% from 255 or 28.08% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CFAB is #183054. Grayscale: #D2D2D2. Windows color (decimal): -1585237 or 11259879. OLE color: 11259879.
HSL color Cylindrical-coordinate representation of color #E7CFAB: hue angle of 36º degrees, saturation: 0.56, 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 #E7CFAB is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 207 | 171 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.09 |
| HSL | 36º | 0.56% | 0.79% | - |
| HSV(B) | 36º | 0.26% | 0.91% | - |
| XYZ | 62.62 | 64.55 | 47.69 | - |
| YUV | 210.07 | 105.95 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 171 | 0 | 0.10 | 0.26 | 0.09 | 36 | 0.56 | 0.79 |
| Hex | E7 | CF | AB | 0 | A | 1A | 9 | 24 | 38 | 4F |
| Octal | 347 | 317 | 253 | 0 | 12 | 32 | 11 | 44 | 70 | 117 |
| Binary | 11100111 | 11001111 | 10101011 | 0 | 1010 | 11010 | 1001 | 100100 | 111000 | 1001111 |
Color Harmonies of #E7CFAB
Complementary color
Monochromatic Colors of #E7CFAB
Black with #E7CFAB
Text Example
Text Example
White with #E7CFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CFAB; }
p { color: rgb(231,207,171); }
H1.HeaderClassName
{
color: #E7CFAB;
}
.AnyTagClassName
{
color: #E7CFAB;
}
</style>
background-color css
<style>
a { background-color: #E7CFAB; }
a { background-color: rgb(231,207,171); }
div.DivClassName
{
background-color: #E7CFAB;
}
.BgClassName
{
background-color: #E7CFAB;
}
</style>
border-color css
<style>
span { border-color: #E7CFAB; }
span { border-color: rgb(231,207,171); }
td.TdClassName
{
border-color: #E7CFAB;
}
.TagClassName
{
border-color: #E7CFAB;
}
</style>