Shades of Givry #E3D0AF
Tints of Givry #E3D0AF
RGB
CMYK
RGB Variations
Color information
#E3D0AF (or 0xE3D0AF) is known color: Givry. HEX triplet: E3, D0 and AF. RGB value is (227,208,175). Sum of RGB (Red+Green+Blue) = 227+208+175=610 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.21% from 610); Green value is 208 (81.64% from 255 or 34.10% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D0AF is #1C2F50. Grayscale: #D2D2D2. Windows color (decimal): -1847121 or 11522275. OLE color: 11522275.
HSL color Cylindrical-coordinate representation of color #E3D0AF: hue angle of 38.08º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E3D0AF is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 208 | 175 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.11 |
| HSL | 38.08º | 0.48% | 0.79% | - |
| HSV(B) | 38.08º | 0.23% | 0.89% | - |
| XYZ | 61.97 | 64.54 | 49.75 | - |
| YUV | 209.92 | 108.29 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 208 | 175 | 0 | 0.08 | 0.23 | 0.11 | 38.08 | 0.48 | 0.79 |
| Hex | E3 | D0 | AF | 0 | 8 | 17 | B | 26 | 30 | 4F |
| Octal | 343 | 320 | 257 | 0 | 10 | 27 | 13 | 46 | 60 | 117 |
| Binary | 11100011 | 11010000 | 10101111 | 0 | 1000 | 10111 | 1011 | 100110 | 110000 | 1001111 |
Color Harmonies of #E3D0AF
Complementary color
Monochromatic Colors of #E3D0AF
Black with #E3D0AF
Text Example
Text Example
White with #E3D0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D0AF; }
p { color: rgb(227,208,175); }
H1.HeaderClassName
{
color: #E3D0AF;
}
.AnyTagClassName
{
color: #E3D0AF;
}
</style>
background-color css
<style>
a { background-color: #E3D0AF; }
a { background-color: rgb(227,208,175); }
div.DivClassName
{
background-color: #E3D0AF;
}
.BgClassName
{
background-color: #E3D0AF;
}
</style>
border-color css
<style>
span { border-color: #E3D0AF; }
span { border-color: rgb(227,208,175); }
td.TdClassName
{
border-color: #E3D0AF;
}
.TagClassName
{
border-color: #E3D0AF;
}
</style>