Shades of Givry #E9D0B4
Tints of Givry #E9D0B4
RGB
CMYK
RGB Variations
Color information
#E9D0B4 (or 0xE9D0B4) is known color: Givry. HEX triplet: E9, D0 and B4. RGB value is (233,208,180). Sum of RGB (Red+Green+Blue) = 233+208+180=621 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.52% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 180 (70.70% from 255 or 28.99% from 621); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D0B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D0B4 is #162F4B. Grayscale: #D4D4D4. Windows color (decimal): -1453900 or 11849961. OLE color: 11849961.
HSL color Cylindrical-coordinate representation of color #E9D0B4: hue angle of 31.7º 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 #E9D0B4 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 208 | 180 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.09 |
| HSL | 31.7º | 0.55% | 0.81% | - |
| HSV(B) | 31.7º | 0.23% | 0.91% | - |
| XYZ | 64.4 | 65.73 | 52.47 | - |
| YUV | 212.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 208 | 180 | 0 | 0.11 | 0.23 | 0.09 | 31.7 | 0.55 | 0.81 |
| Hex | E9 | D0 | B4 | 0 | B | 17 | 9 | 20 | 37 | 51 |
| Octal | 351 | 320 | 264 | 0 | 13 | 27 | 11 | 40 | 67 | 121 |
| Binary | 11101001 | 11010000 | 10110100 | 0 | 1011 | 10111 | 1001 | 100000 | 110111 | 1010001 |
Color Harmonies of #E9D0B4
Complementary color
Monochromatic Colors of #E9D0B4
Black with #E9D0B4
Text Example
Text Example
White with #E9D0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D0B4; }
p { color: rgb(233,208,180); }
H1.HeaderClassName
{
color: #E9D0B4;
}
.AnyTagClassName
{
color: #E9D0B4;
}
</style>
background-color css
<style>
a { background-color: #E9D0B4; }
a { background-color: rgb(233,208,180); }
div.DivClassName
{
background-color: #E9D0B4;
}
.BgClassName
{
background-color: #E9D0B4;
}
</style>
border-color css
<style>
span { border-color: #E9D0B4; }
span { border-color: rgb(233,208,180); }
td.TdClassName
{
border-color: #E9D0B4;
}
.TagClassName
{
border-color: #E9D0B4;
}
</style>