Shades of Just Right #E1BAA3
Tints of Just Right #E1BAA3
RGB
CMYK
RGB Variations
Color information
#E1BAA3 (or 0xE1BAA3) is known color: Just Right. HEX triplet: E1, BA and A3. RGB value is (225,186,163). Sum of RGB (Red+Green+Blue) = 225+186+163=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 163 (64.06% from 255 or 28.40% from 574); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BAA3 is #1E455C. Grayscale: #C3C3C3. Windows color (decimal): -1983837 or 10730209. OLE color: 10730209.
HSL color Cylindrical-coordinate representation of color #E1BAA3: hue angle of 22.26º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E1BAA3 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 163 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.12 |
| HSL | 22.26º | 0.51% | 0.76% | - |
| HSV(B) | 22.26º | 0.28% | 0.88% | - |
| XYZ | 55.22 | 53.77 | 42.12 | - |
| YUV | 195.04 | 109.92 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 163 | 0 | 0.17 | 0.28 | 0.12 | 22.26 | 0.51 | 0.76 |
| Hex | E1 | BA | A3 | 0 | 11 | 1C | C | 16 | 33 | 4C |
| Octal | 341 | 272 | 243 | 0 | 21 | 34 | 14 | 26 | 63 | 114 |
| Binary | 11100001 | 10111010 | 10100011 | 0 | 10001 | 11100 | 1100 | 10110 | 110011 | 1001100 |
Color Harmonies of #E1BAA3
Complementary color
Monochromatic Colors of #E1BAA3
Black with #E1BAA3
Text Example
Text Example
White with #E1BAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BAA3; }
p { color: rgb(225,186,163); }
H1.HeaderClassName
{
color: #E1BAA3;
}
.AnyTagClassName
{
color: #E1BAA3;
}
</style>
background-color css
<style>
a { background-color: #E1BAA3; }
a { background-color: rgb(225,186,163); }
div.DivClassName
{
background-color: #E1BAA3;
}
.BgClassName
{
background-color: #E1BAA3;
}
</style>
border-color css
<style>
span { border-color: #E1BAA3; }
span { border-color: rgb(225,186,163); }
td.TdClassName
{
border-color: #E1BAA3;
}
.TagClassName
{
border-color: #E1BAA3;
}
</style>