Shades of Givry #E8CEAC
Tints of Givry #E8CEAC
RGB
CMYK
RGB Variations
Color information
#E8CEAC (or 0xE8CEAC) is known color: Givry. HEX triplet: E8, CE and AC. RGB value is (232,206,172). Sum of RGB (Red+Green+Blue) = 232+206+172=610 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.03% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CEAC is #173153. Grayscale: #D2D2D2. Windows color (decimal): -1519956 or 11325160. OLE color: 11325160.
HSL color Cylindrical-coordinate representation of color #E8CEAC: hue angle of 34º degrees, saturation: 0.57, 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 #E8CEAC is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 206 | 172 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.09 |
| HSL | 34º | 0.57% | 0.79% | - |
| HSV(B) | 34º | 0.26% | 0.91% | - |
| XYZ | 62.8 | 64.28 | 48.13 | - |
| YUV | 209.9 | 106.61 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 206 | 172 | 0 | 0.11 | 0.26 | 0.09 | 34 | 0.57 | 0.79 |
| Hex | E8 | CE | AC | 0 | B | 1A | 9 | 22 | 39 | 4F |
| Octal | 350 | 316 | 254 | 0 | 13 | 32 | 11 | 42 | 71 | 117 |
| Binary | 11101000 | 11001110 | 10101100 | 0 | 1011 | 11010 | 1001 | 100010 | 111001 | 1001111 |
Color Harmonies of #E8CEAC
Complementary color
Monochromatic Colors of #E8CEAC
Black with #E8CEAC
Text Example
Text Example
White with #E8CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CEAC; }
p { color: rgb(232,206,172); }
H1.HeaderClassName
{
color: #E8CEAC;
}
.AnyTagClassName
{
color: #E8CEAC;
}
</style>
background-color css
<style>
a { background-color: #E8CEAC; }
a { background-color: rgb(232,206,172); }
div.DivClassName
{
background-color: #E8CEAC;
}
.BgClassName
{
background-color: #E8CEAC;
}
</style>
border-color css
<style>
span { border-color: #E8CEAC; }
span { border-color: rgb(232,206,172); }
td.TdClassName
{
border-color: #E8CEAC;
}
.TagClassName
{
border-color: #E8CEAC;
}
</style>