Shades of Givry #E1CDAA
Tints of Givry #E1CDAA
RGB
CMYK
RGB Variations
Color information
#E1CDAA (or 0xE1CDAA) is known color: Givry. HEX triplet: E1, CD and AA. RGB value is (225,205,170). Sum of RGB (Red+Green+Blue) = 225+205+170=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 170 (66.80% from 255 or 28.33% from 600); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CDAA is #1E3255. Grayscale: #CFCFCF. Windows color (decimal): -1978966 or 11193825. OLE color: 11193825.
HSL color Cylindrical-coordinate representation of color #E1CDAA: hue angle of 38.18º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1CDAA is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 205 | 170 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.12 |
| HSL | 38.18º | 0.48% | 0.77% | - |
| HSV(B) | 38.18º | 0.24% | 0.88% | - |
| XYZ | 60.14 | 62.57 | 46.94 | - |
| YUV | 206.99 | 107.13 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 170 | 0 | 0.09 | 0.24 | 0.12 | 38.18 | 0.48 | 0.77 |
| Hex | E1 | CD | AA | 0 | 9 | 18 | C | 26 | 30 | 4D |
| Octal | 341 | 315 | 252 | 0 | 11 | 30 | 14 | 46 | 60 | 115 |
| Binary | 11100001 | 11001101 | 10101010 | 0 | 1001 | 11000 | 1100 | 100110 | 110000 | 1001101 |
Color Harmonies of #E1CDAA
Complementary color
Monochromatic Colors of #E1CDAA
Black with #E1CDAA
Text Example
Text Example
White with #E1CDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CDAA; }
p { color: rgb(225,205,170); }
H1.HeaderClassName
{
color: #E1CDAA;
}
.AnyTagClassName
{
color: #E1CDAA;
}
</style>
background-color css
<style>
a { background-color: #E1CDAA; }
a { background-color: rgb(225,205,170); }
div.DivClassName
{
background-color: #E1CDAA;
}
.BgClassName
{
background-color: #E1CDAA;
}
</style>
border-color css
<style>
span { border-color: #E1CDAA; }
span { border-color: rgb(225,205,170); }
td.TdClassName
{
border-color: #E1CDAA;
}
.TagClassName
{
border-color: #E1CDAA;
}
</style>