Shades of Givry #E9CEAF
Tints of Givry #E9CEAF
RGB
CMYK
RGB Variations
Color information
#E9CEAF (or 0xE9CEAF) is known color: Givry. HEX triplet: E9, CE and AF. RGB value is (233,206,175). Sum of RGB (Red+Green+Blue) = 233+206+175=614 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.95% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CEAF is #163150. Grayscale: #D2D2D2. Windows color (decimal): -1454417 or 11521769. OLE color: 11521769.
HSL color Cylindrical-coordinate representation of color #E9CEAF: hue angle of 32.07º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E9CEAF is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 206 | 175 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.09 |
| HSL | 32.07º | 0.57% | 0.8% | - |
| HSV(B) | 32.07º | 0.25% | 0.91% | - |
| XYZ | 63.41 | 64.56 | 49.68 | - |
| YUV | 210.54 | 107.95 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 175 | 0 | 0.12 | 0.25 | 0.09 | 32.07 | 0.57 | 0.8 |
| Hex | E9 | CE | AF | 0 | C | 19 | 9 | 20 | 39 | 50 |
| Octal | 351 | 316 | 257 | 0 | 14 | 31 | 11 | 40 | 71 | 120 |
| Binary | 11101001 | 11001110 | 10101111 | 0 | 1100 | 11001 | 1001 | 100000 | 111001 | 1010000 |
Color Harmonies of #E9CEAF
Complementary color
Monochromatic Colors of #E9CEAF
Black with #E9CEAF
Text Example
Text Example
White with #E9CEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CEAF; }
p { color: rgb(233,206,175); }
H1.HeaderClassName
{
color: #E9CEAF;
}
.AnyTagClassName
{
color: #E9CEAF;
}
</style>
background-color css
<style>
a { background-color: #E9CEAF; }
a { background-color: rgb(233,206,175); }
div.DivClassName
{
background-color: #E9CEAF;
}
.BgClassName
{
background-color: #E9CEAF;
}
</style>
border-color css
<style>
span { border-color: #E9CEAF; }
span { border-color: rgb(233,206,175); }
td.TdClassName
{
border-color: #E9CEAF;
}
.TagClassName
{
border-color: #E9CEAF;
}
</style>