Shades of Givry #E9D1B4
Tints of Givry #E9D1B4
RGB
CMYK
RGB Variations
Color information
#E9D1B4 (or 0xE9D1B4) is known color: Givry. HEX triplet: E9, D1 and B4. RGB value is (233,209,180). Sum of RGB (Red+Green+Blue) = 233+209+180=622 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.46% from 622); Green value is 209 (82.03% from 255 or 33.60% from 622); Blue value is 180 (70.70% from 255 or 28.94% from 622); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D1B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D1B4 is #162E4B. Grayscale: #D5D5D5. Windows color (decimal): -1453644 or 11850217. OLE color: 11850217.
HSL color Cylindrical-coordinate representation of color #E9D1B4: hue angle of 32.83º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E9D1B4 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 209 | 180 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.09 |
| HSL | 32.83º | 0.55% | 0.81% | - |
| HSV(B) | 32.83º | 0.23% | 0.91% | - |
| XYZ | 64.64 | 66.22 | 52.55 | - |
| YUV | 212.87 | 109.45 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 209 | 180 | 0 | 0.10 | 0.23 | 0.09 | 32.83 | 0.55 | 0.81 |
| Hex | E9 | D1 | B4 | 0 | A | 17 | 9 | 21 | 37 | 51 |
| Octal | 351 | 321 | 264 | 0 | 12 | 27 | 11 | 41 | 67 | 121 |
| Binary | 11101001 | 11010001 | 10110100 | 0 | 1010 | 10111 | 1001 | 100001 | 110111 | 1010001 |
Color Harmonies of #E9D1B4
Complementary color
Monochromatic Colors of #E9D1B4
Black with #E9D1B4
Text Example
Text Example
White with #E9D1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D1B4; }
p { color: rgb(233,209,180); }
H1.HeaderClassName
{
color: #E9D1B4;
}
.AnyTagClassName
{
color: #E9D1B4;
}
</style>
background-color css
<style>
a { background-color: #E9D1B4; }
a { background-color: rgb(233,209,180); }
div.DivClassName
{
background-color: #E9D1B4;
}
.BgClassName
{
background-color: #E9D1B4;
}
</style>
border-color css
<style>
span { border-color: #E9D1B4; }
span { border-color: rgb(233,209,180); }
td.TdClassName
{
border-color: #E9D1B4;
}
.TagClassName
{
border-color: #E9D1B4;
}
</style>