Shades of Givry #E1CDAB
Tints of Givry #E1CDAB
RGB
CMYK
RGB Variations
Color information
#E1CDAB (or 0xE1CDAB) is known color: Givry. HEX triplet: E1, CD and AB. RGB value is (225,205,171). Sum of RGB (Red+Green+Blue) = 225+205+171=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CDAB is #1E3254. Grayscale: #CFCFCF. Windows color (decimal): -1978965 or 11259361. OLE color: 11259361.
HSL color Cylindrical-coordinate representation of color #E1CDAB: hue angle of 37.78º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1CDAB is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 205 | 171 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.12 |
| HSL | 37.78º | 0.47% | 0.78% | - |
| HSV(B) | 37.78º | 0.24% | 0.88% | - |
| XYZ | 60.23 | 62.61 | 47.44 | - |
| YUV | 207.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 171 | 0 | 0.09 | 0.24 | 0.12 | 37.78 | 0.47 | 0.78 |
| Hex | E1 | CD | AB | 0 | 9 | 18 | C | 26 | 2F | 4E |
| Octal | 341 | 315 | 253 | 0 | 11 | 30 | 14 | 46 | 57 | 116 |
| Binary | 11100001 | 11001101 | 10101011 | 0 | 1001 | 11000 | 1100 | 100110 | 101111 | 1001110 |
Color Harmonies of #E1CDAB
Complementary color
Monochromatic Colors of #E1CDAB
Black with #E1CDAB
Text Example
Text Example
White with #E1CDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CDAB; }
p { color: rgb(225,205,171); }
H1.HeaderClassName
{
color: #E1CDAB;
}
.AnyTagClassName
{
color: #E1CDAB;
}
</style>
background-color css
<style>
a { background-color: #E1CDAB; }
a { background-color: rgb(225,205,171); }
div.DivClassName
{
background-color: #E1CDAB;
}
.BgClassName
{
background-color: #E1CDAB;
}
</style>
border-color css
<style>
span { border-color: #E1CDAB; }
span { border-color: rgb(225,205,171); }
td.TdClassName
{
border-color: #E1CDAB;
}
.TagClassName
{
border-color: #E1CDAB;
}
</style>