Shades of Just Right #E2BEAB
Tints of Just Right #E2BEAB
RGB
CMYK
RGB Variations
Color information
#E2BEAB (or 0xE2BEAB) is known color: Just Right. HEX triplet: E2, BE and AB. RGB value is (226,190,171). Sum of RGB (Red+Green+Blue) = 226+190+171=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BEAB is #1D4154. Grayscale: #C6C6C6. Windows color (decimal): -1917269 or 11255522. OLE color: 11255522.
HSL color Cylindrical-coordinate representation of color #E2BEAB: hue angle of 20.73º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2BEAB is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 190 | 171 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.11 |
| HSL | 20.73º | 0.49% | 0.78% | - |
| HSV(B) | 20.73º | 0.24% | 0.89% | - |
| XYZ | 57.13 | 55.94 | 46.31 | - |
| YUV | 198.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 171 | 0 | 0.16 | 0.24 | 0.11 | 20.73 | 0.49 | 0.78 |
| Hex | E2 | BE | AB | 0 | 10 | 18 | B | 15 | 31 | 4E |
| Octal | 342 | 276 | 253 | 0 | 20 | 30 | 13 | 25 | 61 | 116 |
| Binary | 11100010 | 10111110 | 10101011 | 0 | 10000 | 11000 | 1011 | 10101 | 110001 | 1001110 |
Color Harmonies of #E2BEAB
Complementary color
Monochromatic Colors of #E2BEAB
Black with #E2BEAB
Text Example
Text Example
White with #E2BEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BEAB; }
p { color: rgb(226,190,171); }
H1.HeaderClassName
{
color: #E2BEAB;
}
.AnyTagClassName
{
color: #E2BEAB;
}
</style>
background-color css
<style>
a { background-color: #E2BEAB; }
a { background-color: rgb(226,190,171); }
div.DivClassName
{
background-color: #E2BEAB;
}
.BgClassName
{
background-color: #E2BEAB;
}
</style>
border-color css
<style>
span { border-color: #E2BEAB; }
span { border-color: rgb(226,190,171); }
td.TdClassName
{
border-color: #E2BEAB;
}
.TagClassName
{
border-color: #E2BEAB;
}
</style>