Shades of Givry #E9CEAC
Tints of Givry #E9CEAC
RGB
CMYK
RGB Variations
Color information
#E9CEAC (or 0xE9CEAC) is known color: Givry. HEX triplet: E9, CE and AC. RGB value is (233,206,172). Sum of RGB (Red+Green+Blue) = 233+206+172=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 172 (67.58% from 255 or 28.15% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CEAC is #163153. Grayscale: #D2D2D2. Windows color (decimal): -1454420 or 11325161. OLE color: 11325161.
HSL color Cylindrical-coordinate representation of color #E9CEAC: hue angle of 33.44º degrees, saturation: 0.58, 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 #E9CEAC is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 206 | 172 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.09 |
| HSL | 33.44º | 0.58% | 0.79% | - |
| HSV(B) | 33.44º | 0.26% | 0.91% | - |
| XYZ | 63.12 | 64.44 | 48.14 | - |
| YUV | 210.2 | 106.45 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 172 | 0 | 0.12 | 0.26 | 0.09 | 33.44 | 0.58 | 0.79 |
| Hex | E9 | CE | AC | 0 | C | 1A | 9 | 21 | 3A | 4F |
| Octal | 351 | 316 | 254 | 0 | 14 | 32 | 11 | 41 | 72 | 117 |
| Binary | 11101001 | 11001110 | 10101100 | 0 | 1100 | 11010 | 1001 | 100001 | 111010 | 1001111 |
Color Harmonies of #E9CEAC
Complementary color
Monochromatic Colors of #E9CEAC
Black with #E9CEAC
Text Example
Text Example
White with #E9CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CEAC; }
p { color: rgb(233,206,172); }
H1.HeaderClassName
{
color: #E9CEAC;
}
.AnyTagClassName
{
color: #E9CEAC;
}
</style>
background-color css
<style>
a { background-color: #E9CEAC; }
a { background-color: rgb(233,206,172); }
div.DivClassName
{
background-color: #E9CEAC;
}
.BgClassName
{
background-color: #E9CEAC;
}
</style>
border-color css
<style>
span { border-color: #E9CEAC; }
span { border-color: rgb(233,206,172); }
td.TdClassName
{
border-color: #E9CEAC;
}
.TagClassName
{
border-color: #E9CEAC;
}
</style>