Shades of Just Right #E1BFAA
Tints of Just Right #E1BFAA
RGB
CMYK
RGB Variations
Color information
#E1BFAA (or 0xE1BFAA) is known color: Just Right. HEX triplet: E1, BF and AA. RGB value is (225,191,170). Sum of RGB (Red+Green+Blue) = 225+191+170=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 170 (66.80% from 255 or 29.01% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BFAA is #1E4055. Grayscale: #C6C6C6. Windows color (decimal): -1982550 or 11190241. OLE color: 11190241.
HSL color Cylindrical-coordinate representation of color #E1BFAA: hue angle of 22.91º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1BFAA is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 170 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.12 |
| HSL | 22.91º | 0.48% | 0.77% | - |
| HSV(B) | 22.91º | 0.24% | 0.88% | - |
| XYZ | 56.94 | 56.17 | 45.87 | - |
| YUV | 198.77 | 111.76 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 170 | 0 | 0.15 | 0.24 | 0.12 | 22.91 | 0.48 | 0.77 |
| Hex | E1 | BF | AA | 0 | F | 18 | C | 17 | 30 | 4D |
| Octal | 341 | 277 | 252 | 0 | 17 | 30 | 14 | 27 | 60 | 115 |
| Binary | 11100001 | 10111111 | 10101010 | 0 | 1111 | 11000 | 1100 | 10111 | 110000 | 1001101 |
Color Harmonies of #E1BFAA
Complementary color
Monochromatic Colors of #E1BFAA
Black with #E1BFAA
Text Example
Text Example
White with #E1BFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BFAA; }
p { color: rgb(225,191,170); }
H1.HeaderClassName
{
color: #E1BFAA;
}
.AnyTagClassName
{
color: #E1BFAA;
}
</style>
background-color css
<style>
a { background-color: #E1BFAA; }
a { background-color: rgb(225,191,170); }
div.DivClassName
{
background-color: #E1BFAA;
}
.BgClassName
{
background-color: #E1BFAA;
}
</style>
border-color css
<style>
span { border-color: #E1BFAA; }
span { border-color: rgb(225,191,170); }
td.TdClassName
{
border-color: #E1BFAA;
}
.TagClassName
{
border-color: #E1BFAA;
}
</style>