Shades of Givry #E9CDAC
Tints of Givry #E9CDAC
RGB
CMYK
RGB Variations
Color information
#E9CDAC (or 0xE9CDAC) is known color: Givry. HEX triplet: E9, CD and AC. RGB value is (233,205,172). Sum of RGB (Red+Green+Blue) = 233+205+172=610 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.20% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CDAC is #163253. Grayscale: #D1D1D1. Windows color (decimal): -1454676 or 11324905. OLE color: 11324905.
HSL color Cylindrical-coordinate representation of color #E9CDAC: hue angle of 32.46º 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 #E9CDAC is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 205 | 172 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.09 |
| HSL | 32.46º | 0.58% | 0.79% | - |
| HSV(B) | 32.46º | 0.26% | 0.91% | - |
| XYZ | 62.88 | 63.96 | 48.06 | - |
| YUV | 209.61 | 106.78 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 205 | 172 | 0 | 0.12 | 0.26 | 0.09 | 32.46 | 0.58 | 0.79 |
| Hex | E9 | CD | AC | 0 | C | 1A | 9 | 20 | 3A | 4F |
| Octal | 351 | 315 | 254 | 0 | 14 | 32 | 11 | 40 | 72 | 117 |
| Binary | 11101001 | 11001101 | 10101100 | 0 | 1100 | 11010 | 1001 | 100000 | 111010 | 1001111 |
Color Harmonies of #E9CDAC
Complementary color
Monochromatic Colors of #E9CDAC
Black with #E9CDAC
Text Example
Text Example
White with #E9CDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CDAC; }
p { color: rgb(233,205,172); }
H1.HeaderClassName
{
color: #E9CDAC;
}
.AnyTagClassName
{
color: #E9CDAC;
}
</style>
background-color css
<style>
a { background-color: #E9CDAC; }
a { background-color: rgb(233,205,172); }
div.DivClassName
{
background-color: #E9CDAC;
}
.BgClassName
{
background-color: #E9CDAC;
}
</style>
border-color css
<style>
span { border-color: #E9CDAC; }
span { border-color: rgb(233,205,172); }
td.TdClassName
{
border-color: #E9CDAC;
}
.TagClassName
{
border-color: #E9CDAC;
}
</style>