Shades of Givry #E8CDAA
Tints of Givry #E8CDAA
RGB
CMYK
RGB Variations
Color information
#E8CDAA (or 0xE8CDAA) is known color: Givry. HEX triplet: E8, CD and AA. RGB value is (232,205,170). Sum of RGB (Red+Green+Blue) = 232+205+170=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CDAA is #173255. Grayscale: #D1D1D1. Windows color (decimal): -1520214 or 11193832. OLE color: 11193832.
HSL color Cylindrical-coordinate representation of color #E8CDAA: hue angle of 33.87º degrees, saturation: 0.57, 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 #E8CDAA is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 205 | 170 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.09 |
| HSL | 33.87º | 0.57% | 0.79% | - |
| HSV(B) | 33.87º | 0.27% | 0.91% | - |
| XYZ | 62.37 | 63.72 | 47.04 | - |
| YUV | 209.08 | 105.95 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 170 | 0 | 0.12 | 0.27 | 0.09 | 33.87 | 0.57 | 0.79 |
| Hex | E8 | CD | AA | 0 | C | 1B | 9 | 22 | 39 | 4F |
| Octal | 350 | 315 | 252 | 0 | 14 | 33 | 11 | 42 | 71 | 117 |
| Binary | 11101000 | 11001101 | 10101010 | 0 | 1100 | 11011 | 1001 | 100010 | 111001 | 1001111 |
Color Harmonies of #E8CDAA
Complementary color
Monochromatic Colors of #E8CDAA
Black with #E8CDAA
Text Example
Text Example
White with #E8CDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CDAA; }
p { color: rgb(232,205,170); }
H1.HeaderClassName
{
color: #E8CDAA;
}
.AnyTagClassName
{
color: #E8CDAA;
}
</style>
background-color css
<style>
a { background-color: #E8CDAA; }
a { background-color: rgb(232,205,170); }
div.DivClassName
{
background-color: #E8CDAA;
}
.BgClassName
{
background-color: #E8CDAA;
}
</style>
border-color css
<style>
span { border-color: #E8CDAA; }
span { border-color: rgb(232,205,170); }
td.TdClassName
{
border-color: #E8CDAA;
}
.TagClassName
{
border-color: #E8CDAA;
}
</style>