Shades of Just Right #E2C1AE
Tints of Just Right #E2C1AE
RGB
CMYK
RGB Variations
Color information
#E2C1AE (or 0xE2C1AE) is known color: Just Right. HEX triplet: E2, C1 and AE. RGB value is (226,193,174). Sum of RGB (Red+Green+Blue) = 226+193+174=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 193 (75.78% from 255 or 32.55% from 593); Blue value is 174 (68.36% from 255 or 29.34% from 593); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C1AE is #1D3E51. Grayscale: #C8C8C8. Windows color (decimal): -1916498 or 11452898. OLE color: 11452898.
HSL color Cylindrical-coordinate representation of color #E2C1AE: hue angle of 21.92º degrees, saturation: 0.47, 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 #E2C1AE is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 193 | 174 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.11 |
| HSL | 21.92º | 0.47% | 0.78% | - |
| HSV(B) | 21.92º | 0.23% | 0.89% | - |
| XYZ | 58.07 | 57.36 | 48.06 | - |
| YUV | 200.7 | 112.93 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 193 | 174 | 0 | 0.15 | 0.23 | 0.11 | 21.92 | 0.47 | 0.78 |
| Hex | E2 | C1 | AE | 0 | F | 17 | B | 16 | 2F | 4E |
| Octal | 342 | 301 | 256 | 0 | 17 | 27 | 13 | 26 | 57 | 116 |
| Binary | 11100010 | 11000001 | 10101110 | 0 | 1111 | 10111 | 1011 | 10110 | 101111 | 1001110 |
Color Harmonies of #E2C1AE
Complementary color
Monochromatic Colors of #E2C1AE
Black with #E2C1AE
Text Example
Text Example
White with #E2C1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C1AE; }
p { color: rgb(226,193,174); }
H1.HeaderClassName
{
color: #E2C1AE;
}
.AnyTagClassName
{
color: #E2C1AE;
}
</style>
background-color css
<style>
a { background-color: #E2C1AE; }
a { background-color: rgb(226,193,174); }
div.DivClassName
{
background-color: #E2C1AE;
}
.BgClassName
{
background-color: #E2C1AE;
}
</style>
border-color css
<style>
span { border-color: #E2C1AE; }
span { border-color: rgb(226,193,174); }
td.TdClassName
{
border-color: #E2C1AE;
}
.TagClassName
{
border-color: #E2C1AE;
}
</style>