Shades of Just Right #E1BEAA
Tints of Just Right #E1BEAA
RGB
CMYK
RGB Variations
Color information
#E1BEAA (or 0xE1BEAA) is known color: Just Right. HEX triplet: E1, BE and AA. RGB value is (225,190,170). Sum of RGB (Red+Green+Blue) = 225+190+170=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BEAA is #1E4155. Grayscale: #C6C6C6. Windows color (decimal): -1982806 or 11189985. OLE color: 11189985.
HSL color Cylindrical-coordinate representation of color #E1BEAA: hue angle of 21.82º 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 #E1BEAA is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 190 | 170 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.12 |
| HSL | 21.82º | 0.48% | 0.77% | - |
| HSV(B) | 21.82º | 0.24% | 0.88% | - |
| XYZ | 56.72 | 55.74 | 45.8 | - |
| YUV | 198.19 | 112.1 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 190 | 170 | 0 | 0.16 | 0.24 | 0.12 | 21.82 | 0.48 | 0.77 |
| Hex | E1 | BE | AA | 0 | 10 | 18 | C | 16 | 30 | 4D |
| Octal | 341 | 276 | 252 | 0 | 20 | 30 | 14 | 26 | 60 | 115 |
| Binary | 11100001 | 10111110 | 10101010 | 0 | 10000 | 11000 | 1100 | 10110 | 110000 | 1001101 |
Color Harmonies of #E1BEAA
Complementary color
Monochromatic Colors of #E1BEAA
Black with #E1BEAA
Text Example
Text Example
White with #E1BEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BEAA; }
p { color: rgb(225,190,170); }
H1.HeaderClassName
{
color: #E1BEAA;
}
.AnyTagClassName
{
color: #E1BEAA;
}
</style>
background-color css
<style>
a { background-color: #E1BEAA; }
a { background-color: rgb(225,190,170); }
div.DivClassName
{
background-color: #E1BEAA;
}
.BgClassName
{
background-color: #E1BEAA;
}
</style>
border-color css
<style>
span { border-color: #E1BEAA; }
span { border-color: rgb(225,190,170); }
td.TdClassName
{
border-color: #E1BEAA;
}
.TagClassName
{
border-color: #E1BEAA;
}
</style>