Shades of Givry #E9CDAA
Tints of Givry #E9CDAA
RGB
CMYK
RGB Variations
Color information
#E9CDAA (or 0xE9CDAA) is known color: Givry. HEX triplet: E9, CD and AA. RGB value is (233,205,170). Sum of RGB (Red+Green+Blue) = 233+205+170=608 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.32% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CDAA is #163255. Grayscale: #D1D1D1. Windows color (decimal): -1454678 or 11193833. OLE color: 11193833.
HSL color Cylindrical-coordinate representation of color #E9CDAA: hue angle of 33.33º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E9CDAA is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 205 | 170 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.09 |
| HSL | 33.33º | 0.59% | 0.79% | - |
| HSV(B) | 33.33º | 0.27% | 0.91% | - |
| XYZ | 62.69 | 63.89 | 47.06 | - |
| YUV | 209.38 | 105.78 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 205 | 170 | 0 | 0.12 | 0.27 | 0.09 | 33.33 | 0.59 | 0.79 |
| Hex | E9 | CD | AA | 0 | C | 1B | 9 | 21 | 3B | 4F |
| Octal | 351 | 315 | 252 | 0 | 14 | 33 | 11 | 41 | 73 | 117 |
| Binary | 11101001 | 11001101 | 10101010 | 0 | 1100 | 11011 | 1001 | 100001 | 111011 | 1001111 |
Color Harmonies of #E9CDAA
Complementary color
Monochromatic Colors of #E9CDAA
Black with #E9CDAA
Text Example
Text Example
White with #E9CDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CDAA; }
p { color: rgb(233,205,170); }
H1.HeaderClassName
{
color: #E9CDAA;
}
.AnyTagClassName
{
color: #E9CDAA;
}
</style>
background-color css
<style>
a { background-color: #E9CDAA; }
a { background-color: rgb(233,205,170); }
div.DivClassName
{
background-color: #E9CDAA;
}
.BgClassName
{
background-color: #E9CDAA;
}
</style>
border-color css
<style>
span { border-color: #E9CDAA; }
span { border-color: rgb(233,205,170); }
td.TdClassName
{
border-color: #E9CDAA;
}
.TagClassName
{
border-color: #E9CDAA;
}
</style>