Shades of Givry #E8D2A9
Tints of Givry #E8D2A9
RGB
CMYK
RGB Variations
Color information
#E8D2A9 (or 0xE8D2A9) is known color: Givry. HEX triplet: E8, D2 and A9. RGB value is (232,210,169). Sum of RGB (Red+Green+Blue) = 232+210+169=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 210 (82.42% from 255 or 34.37% from 611); Blue value is 169 (66.41% from 255 or 27.66% from 611); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D2A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D2A9 is #172D56. Grayscale: #D4D4D4. Windows color (decimal): -1518935 or 11129576. OLE color: 11129576.
HSL color Cylindrical-coordinate representation of color #E8D2A9: hue angle of 39.05º degrees, saturation: 0.58, 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 #E8D2A9 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 210 | 169 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.09 |
| HSL | 39.05º | 0.58% | 0.79% | - |
| HSV(B) | 39.05º | 0.27% | 0.91% | - |
| XYZ | 63.49 | 66.11 | 46.95 | - |
| YUV | 211.9 | 103.79 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 210 | 169 | 0 | 0.09 | 0.27 | 0.09 | 39.05 | 0.58 | 0.79 |
| Hex | E8 | D2 | A9 | 0 | 9 | 1B | 9 | 27 | 3A | 4F |
| Octal | 350 | 322 | 251 | 0 | 11 | 33 | 11 | 47 | 72 | 117 |
| Binary | 11101000 | 11010010 | 10101001 | 0 | 1001 | 11011 | 1001 | 100111 | 111010 | 1001111 |
Color Harmonies of #E8D2A9
Complementary color
Monochromatic Colors of #E8D2A9
Black with #E8D2A9
Text Example
Text Example
White with #E8D2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D2A9; }
p { color: rgb(232,210,169); }
H1.HeaderClassName
{
color: #E8D2A9;
}
.AnyTagClassName
{
color: #E8D2A9;
}
</style>
background-color css
<style>
a { background-color: #E8D2A9; }
a { background-color: rgb(232,210,169); }
div.DivClassName
{
background-color: #E8D2A9;
}
.BgClassName
{
background-color: #E8D2A9;
}
</style>
border-color css
<style>
span { border-color: #E8D2A9; }
span { border-color: rgb(232,210,169); }
td.TdClassName
{
border-color: #E8D2A9;
}
.TagClassName
{
border-color: #E8D2A9;
}
</style>