Shades of Just Right #E2BEAA
Tints of Just Right #E2BEAA
RGB
CMYK
RGB Variations
Color information
#E2BEAA (or 0xE2BEAA) is known color: Just Right. HEX triplet: E2, BE and AA. RGB value is (226,190,170). Sum of RGB (Red+Green+Blue) = 226+190+170=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 170 (66.80% from 255 or 29.01% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BEAA is #1D4155. Grayscale: #C6C6C6. Windows color (decimal): -1917270 or 11189986. OLE color: 11189986.
HSL color Cylindrical-coordinate representation of color #E2BEAA: hue angle of 21.43º 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 #E2BEAA is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 190 | 170 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.11 |
| HSL | 21.43º | 0.49% | 0.78% | - |
| HSV(B) | 21.43º | 0.25% | 0.89% | - |
| XYZ | 57.03 | 55.9 | 45.81 | - |
| YUV | 198.48 | 111.93 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 170 | 0 | 0.16 | 0.25 | 0.11 | 21.43 | 0.49 | 0.78 |
| Hex | E2 | BE | AA | 0 | 10 | 19 | B | 15 | 31 | 4E |
| Octal | 342 | 276 | 252 | 0 | 20 | 31 | 13 | 25 | 61 | 116 |
| Binary | 11100010 | 10111110 | 10101010 | 0 | 10000 | 11001 | 1011 | 10101 | 110001 | 1001110 |
Color Harmonies of #E2BEAA
Complementary color
Monochromatic Colors of #E2BEAA
Black with #E2BEAA
Text Example
Text Example
White with #E2BEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BEAA; }
p { color: rgb(226,190,170); }
H1.HeaderClassName
{
color: #E2BEAA;
}
.AnyTagClassName
{
color: #E2BEAA;
}
</style>
background-color css
<style>
a { background-color: #E2BEAA; }
a { background-color: rgb(226,190,170); }
div.DivClassName
{
background-color: #E2BEAA;
}
.BgClassName
{
background-color: #E2BEAA;
}
</style>
border-color css
<style>
span { border-color: #E2BEAA; }
span { border-color: rgb(226,190,170); }
td.TdClassName
{
border-color: #E2BEAA;
}
.TagClassName
{
border-color: #E2BEAA;
}
</style>