Shades of Givry #E3CDA9
Tints of Givry #E3CDA9
RGB
CMYK
RGB Variations
Color information
#E3CDA9 (or 0xE3CDA9) is known color: Givry. HEX triplet: E3, CD and A9. RGB value is (227,205,169). Sum of RGB (Red+Green+Blue) = 227+205+169=601 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.77% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 169 (66.41% from 255 or 28.12% from 601); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CDA9 is #1C3256. Grayscale: #CFCFCF. Windows color (decimal): -1847895 or 11128291. OLE color: 11128291.
HSL color Cylindrical-coordinate representation of color #E3CDA9: hue angle of 37.24º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E3CDA9 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 205 | 169 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.11 |
| HSL | 37.24º | 0.51% | 0.78% | - |
| HSV(B) | 37.24º | 0.26% | 0.89% | - |
| XYZ | 60.67 | 62.86 | 46.47 | - |
| YUV | 207.47 | 106.29 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 205 | 169 | 0 | 0.10 | 0.26 | 0.11 | 37.24 | 0.51 | 0.78 |
| Hex | E3 | CD | A9 | 0 | A | 1A | B | 25 | 33 | 4E |
| Octal | 343 | 315 | 251 | 0 | 12 | 32 | 13 | 45 | 63 | 116 |
| Binary | 11100011 | 11001101 | 10101001 | 0 | 1010 | 11010 | 1011 | 100101 | 110011 | 1001110 |
Color Harmonies of #E3CDA9
Complementary color
Monochromatic Colors of #E3CDA9
Black with #E3CDA9
Text Example
Text Example
White with #E3CDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CDA9; }
p { color: rgb(227,205,169); }
H1.HeaderClassName
{
color: #E3CDA9;
}
.AnyTagClassName
{
color: #E3CDA9;
}
</style>
background-color css
<style>
a { background-color: #E3CDA9; }
a { background-color: rgb(227,205,169); }
div.DivClassName
{
background-color: #E3CDA9;
}
.BgClassName
{
background-color: #E3CDA9;
}
</style>
border-color css
<style>
span { border-color: #E3CDA9; }
span { border-color: rgb(227,205,169); }
td.TdClassName
{
border-color: #E3CDA9;
}
.TagClassName
{
border-color: #E3CDA9;
}
</style>