Shades of Just Right #E1BBA0
Tints of Just Right #E1BBA0
RGB
CMYK
RGB Variations
Color information
#E1BBA0 (or 0xE1BBA0) is known color: Just Right. HEX triplet: E1, BB and A0. RGB value is (225,187,160). Sum of RGB (Red+Green+Blue) = 225+187+160=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 160 (62.89% from 255 or 27.97% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BBA0 is #1E445F. Grayscale: #C3C3C3. Windows color (decimal): -1983584 or 10533857. OLE color: 10533857.
HSL color Cylindrical-coordinate representation of color #E1BBA0: hue angle of 24.92º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1BBA0 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 160 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.12 |
| HSL | 24.92º | 0.52% | 0.75% | - |
| HSV(B) | 24.92º | 0.29% | 0.88% | - |
| XYZ | 55.17 | 54.09 | 40.79 | - |
| YUV | 195.28 | 108.09 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 160 | 0 | 0.17 | 0.29 | 0.12 | 24.92 | 0.52 | 0.75 |
| Hex | E1 | BB | A0 | 0 | 11 | 1D | C | 19 | 34 | 4B |
| Octal | 341 | 273 | 240 | 0 | 21 | 35 | 14 | 31 | 64 | 113 |
| Binary | 11100001 | 10111011 | 10100000 | 0 | 10001 | 11101 | 1100 | 11001 | 110100 | 1001011 |
Color Harmonies of #E1BBA0
Complementary color
Monochromatic Colors of #E1BBA0
Black with #E1BBA0
Text Example
Text Example
White with #E1BBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BBA0; }
p { color: rgb(225,187,160); }
H1.HeaderClassName
{
color: #E1BBA0;
}
.AnyTagClassName
{
color: #E1BBA0;
}
</style>
background-color css
<style>
a { background-color: #E1BBA0; }
a { background-color: rgb(225,187,160); }
div.DivClassName
{
background-color: #E1BBA0;
}
.BgClassName
{
background-color: #E1BBA0;
}
</style>
border-color css
<style>
span { border-color: #E1BBA0; }
span { border-color: rgb(225,187,160); }
td.TdClassName
{
border-color: #E1BBA0;
}
.TagClassName
{
border-color: #E1BBA0;
}
</style>