Shades of Just Right #E2BCAB
Tints of Just Right #E2BCAB
RGB
CMYK
RGB Variations
Color information
#E2BCAB (or 0xE2BCAB) is known color: Just Right. HEX triplet: E2, BC and AB. RGB value is (226,188,171). Sum of RGB (Red+Green+Blue) = 226+188+171=585 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.63% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BCAB is #1D4354. Grayscale: #C5C5C5. Windows color (decimal): -1917781 or 11255010. OLE color: 11255010.
HSL color Cylindrical-coordinate representation of color #E2BCAB: hue angle of 18.55º 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 #E2BCAB is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 171 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.11 |
| HSL | 18.55º | 0.49% | 0.78% | - |
| HSV(B) | 18.55º | 0.24% | 0.89% | - |
| XYZ | 56.7 | 55.08 | 46.17 | - |
| YUV | 197.42 | 113.09 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 171 | 0 | 0.17 | 0.24 | 0.11 | 18.55 | 0.49 | 0.78 |
| Hex | E2 | BC | AB | 0 | 11 | 18 | B | 13 | 31 | 4E |
| Octal | 342 | 274 | 253 | 0 | 21 | 30 | 13 | 23 | 61 | 116 |
| Binary | 11100010 | 10111100 | 10101011 | 0 | 10001 | 11000 | 1011 | 10011 | 110001 | 1001110 |
Color Harmonies of #E2BCAB
Complementary color
Monochromatic Colors of #E2BCAB
Black with #E2BCAB
Text Example
Text Example
White with #E2BCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BCAB; }
p { color: rgb(226,188,171); }
H1.HeaderClassName
{
color: #E2BCAB;
}
.AnyTagClassName
{
color: #E2BCAB;
}
</style>
background-color css
<style>
a { background-color: #E2BCAB; }
a { background-color: rgb(226,188,171); }
div.DivClassName
{
background-color: #E2BCAB;
}
.BgClassName
{
background-color: #E2BCAB;
}
</style>
border-color css
<style>
span { border-color: #E2BCAB; }
span { border-color: rgb(226,188,171); }
td.TdClassName
{
border-color: #E2BCAB;
}
.TagClassName
{
border-color: #E2BCAB;
}
</style>