Shades of Givry #E2CEAD
Tints of Givry #E2CEAD
RGB
CMYK
RGB Variations
Color information
#E2CEAD (or 0xE2CEAD) is known color: Givry. HEX triplet: E2, CE and AD. RGB value is (226,206,173). Sum of RGB (Red+Green+Blue) = 226+206+173=605 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.36% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CEAD is #1D3152. Grayscale: #D0D0D0. Windows color (decimal): -1913171 or 11390690. OLE color: 11390690.
HSL color Cylindrical-coordinate representation of color #E2CEAD: hue angle of 37.36º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2CEAD is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 206 | 173 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.11 |
| HSL | 37.36º | 0.48% | 0.78% | - |
| HSV(B) | 37.36º | 0.23% | 0.89% | - |
| XYZ | 60.98 | 63.33 | 48.54 | - |
| YUV | 208.22 | 108.13 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 173 | 0 | 0.09 | 0.23 | 0.11 | 37.36 | 0.48 | 0.78 |
| Hex | E2 | CE | AD | 0 | 9 | 17 | B | 25 | 30 | 4E |
| Octal | 342 | 316 | 255 | 0 | 11 | 27 | 13 | 45 | 60 | 116 |
| Binary | 11100010 | 11001110 | 10101101 | 0 | 1001 | 10111 | 1011 | 100101 | 110000 | 1001110 |
Color Harmonies of #E2CEAD
Complementary color
Monochromatic Colors of #E2CEAD
Black with #E2CEAD
Text Example
Text Example
White with #E2CEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CEAD; }
p { color: rgb(226,206,173); }
H1.HeaderClassName
{
color: #E2CEAD;
}
.AnyTagClassName
{
color: #E2CEAD;
}
</style>
background-color css
<style>
a { background-color: #E2CEAD; }
a { background-color: rgb(226,206,173); }
div.DivClassName
{
background-color: #E2CEAD;
}
.BgClassName
{
background-color: #E2CEAD;
}
</style>
border-color css
<style>
span { border-color: #E2CEAD; }
span { border-color: rgb(226,206,173); }
td.TdClassName
{
border-color: #E2CEAD;
}
.TagClassName
{
border-color: #E2CEAD;
}
</style>