Shades of Givry #E2CDAA
Tints of Givry #E2CDAA
RGB
CMYK
RGB Variations
Color information
#E2CDAA (or 0xE2CDAA) is known color: Givry. HEX triplet: E2, CD and AA. RGB value is (226,205,170). Sum of RGB (Red+Green+Blue) = 226+205+170=601 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.60% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CDAA is #1D3255. Grayscale: #CFCFCF. Windows color (decimal): -1913430 or 11193826. OLE color: 11193826.
HSL color Cylindrical-coordinate representation of color #E2CDAA: hue angle of 37.5º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2CDAA is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 205 | 170 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.11 |
| HSL | 37.5º | 0.49% | 0.78% | - |
| HSV(B) | 37.5º | 0.25% | 0.89% | - |
| XYZ | 60.45 | 62.73 | 46.95 | - |
| YUV | 207.29 | 106.96 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 205 | 170 | 0 | 0.09 | 0.25 | 0.11 | 37.5 | 0.49 | 0.78 |
| Hex | E2 | CD | AA | 0 | 9 | 19 | B | 26 | 31 | 4E |
| Octal | 342 | 315 | 252 | 0 | 11 | 31 | 13 | 46 | 61 | 116 |
| Binary | 11100010 | 11001101 | 10101010 | 0 | 1001 | 11001 | 1011 | 100110 | 110001 | 1001110 |
Color Harmonies of #E2CDAA
Complementary color
Monochromatic Colors of #E2CDAA
Black with #E2CDAA
Text Example
Text Example
White with #E2CDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CDAA; }
p { color: rgb(226,205,170); }
H1.HeaderClassName
{
color: #E2CDAA;
}
.AnyTagClassName
{
color: #E2CDAA;
}
</style>
background-color css
<style>
a { background-color: #E2CDAA; }
a { background-color: rgb(226,205,170); }
div.DivClassName
{
background-color: #E2CDAA;
}
.BgClassName
{
background-color: #E2CDAA;
}
</style>
border-color css
<style>
span { border-color: #E2CDAA; }
span { border-color: rgb(226,205,170); }
td.TdClassName
{
border-color: #E2CDAA;
}
.TagClassName
{
border-color: #E2CDAA;
}
</style>