Shades of Givry #E8D1AC
Tints of Givry #E8D1AC
RGB
CMYK
RGB Variations
Color information
#E8D1AC (or 0xE8D1AC) is known color: Givry. HEX triplet: E8, D1 and AC. RGB value is (232,209,172). Sum of RGB (Red+Green+Blue) = 232+209+172=613 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.85% from 613); Green value is 209 (82.03% from 255 or 34.09% from 613); Blue value is 172 (67.58% from 255 or 28.06% from 613); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D1AC is #172E53. Grayscale: #D3D3D3. Windows color (decimal): -1519188 or 11325928. OLE color: 11325928.
HSL color Cylindrical-coordinate representation of color #E8D1AC: hue angle of 37º degrees, saturation: 0.57, 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 #E8D1AC is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 209 | 172 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.09 |
| HSL | 37º | 0.57% | 0.79% | - |
| HSV(B) | 37º | 0.26% | 0.91% | - |
| XYZ | 63.53 | 65.74 | 48.37 | - |
| YUV | 211.66 | 105.62 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 209 | 172 | 0 | 0.10 | 0.26 | 0.09 | 37 | 0.57 | 0.79 |
| Hex | E8 | D1 | AC | 0 | A | 1A | 9 | 25 | 39 | 4F |
| Octal | 350 | 321 | 254 | 0 | 12 | 32 | 11 | 45 | 71 | 117 |
| Binary | 11101000 | 11010001 | 10101100 | 0 | 1010 | 11010 | 1001 | 100101 | 111001 | 1001111 |
Color Harmonies of #E8D1AC
Complementary color
Monochromatic Colors of #E8D1AC
Black with #E8D1AC
Text Example
Text Example
White with #E8D1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D1AC; }
p { color: rgb(232,209,172); }
H1.HeaderClassName
{
color: #E8D1AC;
}
.AnyTagClassName
{
color: #E8D1AC;
}
</style>
background-color css
<style>
a { background-color: #E8D1AC; }
a { background-color: rgb(232,209,172); }
div.DivClassName
{
background-color: #E8D1AC;
}
.BgClassName
{
background-color: #E8D1AC;
}
</style>
border-color css
<style>
span { border-color: #E8D1AC; }
span { border-color: rgb(232,209,172); }
td.TdClassName
{
border-color: #E8D1AC;
}
.TagClassName
{
border-color: #E8D1AC;
}
</style>