Shades of Givry #E8D1AA
Tints of Givry #E8D1AA
RGB
CMYK
RGB Variations
Color information
#E8D1AA (or 0xE8D1AA) is known color: Givry. HEX triplet: E8, D1 and AA. RGB value is (232,209,170). Sum of RGB (Red+Green+Blue) = 232+209+170=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 209 (82.03% from 255 or 34.21% from 611); Blue value is 170 (66.80% from 255 or 27.82% from 611); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D1AA is #172E55. Grayscale: #D3D3D3. Windows color (decimal): -1519190 or 11194856. OLE color: 11194856.
HSL color Cylindrical-coordinate representation of color #E8D1AA: hue angle of 37.74º 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 #E8D1AA is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 209 | 170 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.09 |
| HSL | 37.74º | 0.57% | 0.79% | - |
| HSV(B) | 37.74º | 0.27% | 0.91% | - |
| XYZ | 63.33 | 65.66 | 47.37 | - |
| YUV | 211.43 | 104.62 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 209 | 170 | 0 | 0.10 | 0.27 | 0.09 | 37.74 | 0.57 | 0.79 |
| Hex | E8 | D1 | AA | 0 | A | 1B | 9 | 26 | 39 | 4F |
| Octal | 350 | 321 | 252 | 0 | 12 | 33 | 11 | 46 | 71 | 117 |
| Binary | 11101000 | 11010001 | 10101010 | 0 | 1010 | 11011 | 1001 | 100110 | 111001 | 1001111 |
Color Harmonies of #E8D1AA
Complementary color
Monochromatic Colors of #E8D1AA
Black with #E8D1AA
Text Example
Text Example
White with #E8D1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D1AA; }
p { color: rgb(232,209,170); }
H1.HeaderClassName
{
color: #E8D1AA;
}
.AnyTagClassName
{
color: #E8D1AA;
}
</style>
background-color css
<style>
a { background-color: #E8D1AA; }
a { background-color: rgb(232,209,170); }
div.DivClassName
{
background-color: #E8D1AA;
}
.BgClassName
{
background-color: #E8D1AA;
}
</style>
border-color css
<style>
span { border-color: #E8D1AA; }
span { border-color: rgb(232,209,170); }
td.TdClassName
{
border-color: #E8D1AA;
}
.TagClassName
{
border-color: #E8D1AA;
}
</style>