Shades of Givry #E5CDAA
Tints of Givry #E5CDAA
RGB
CMYK
RGB Variations
Color information
#E5CDAA (or 0xE5CDAA) is known color: Givry. HEX triplet: E5, CD and AA. RGB value is (229,205,170). Sum of RGB (Red+Green+Blue) = 229+205+170=604 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.91% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 170 (66.80% from 255 or 28.15% from 604); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CDAA is #1A3255. Grayscale: #D0D0D0. Windows color (decimal): -1716822 or 11193829. OLE color: 11193829.
HSL color Cylindrical-coordinate representation of color #E5CDAA: hue angle of 35.59º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5CDAA is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 205 | 170 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.10 |
| HSL | 35.59º | 0.53% | 0.78% | - |
| HSV(B) | 35.59º | 0.26% | 0.9% | - |
| XYZ | 61.4 | 63.22 | 47 | - |
| YUV | 208.19 | 106.45 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 205 | 170 | 0 | 0.10 | 0.26 | 0.10 | 35.59 | 0.53 | 0.78 |
| Hex | E5 | CD | AA | 0 | A | 1A | A | 24 | 35 | 4E |
| Octal | 345 | 315 | 252 | 0 | 12 | 32 | 12 | 44 | 65 | 116 |
| Binary | 11100101 | 11001101 | 10101010 | 0 | 1010 | 11010 | 1010 | 100100 | 110101 | 1001110 |
Color Harmonies of #E5CDAA
Complementary color
Monochromatic Colors of #E5CDAA
Black with #E5CDAA
Text Example
Text Example
White with #E5CDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CDAA; }
p { color: rgb(229,205,170); }
H1.HeaderClassName
{
color: #E5CDAA;
}
.AnyTagClassName
{
color: #E5CDAA;
}
</style>
background-color css
<style>
a { background-color: #E5CDAA; }
a { background-color: rgb(229,205,170); }
div.DivClassName
{
background-color: #E5CDAA;
}
.BgClassName
{
background-color: #E5CDAA;
}
</style>
border-color css
<style>
span { border-color: #E5CDAA; }
span { border-color: rgb(229,205,170); }
td.TdClassName
{
border-color: #E5CDAA;
}
.TagClassName
{
border-color: #E5CDAA;
}
</style>