Shades of Just Right #E1BCAA
Tints of Just Right #E1BCAA
RGB
CMYK
RGB Variations
Color information
#E1BCAA (or 0xE1BCAA) is known color: Just Right. HEX triplet: E1, BC and AA. RGB value is (225,188,170). Sum of RGB (Red+Green+Blue) = 225+188+170=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BCAA is #1E4355. Grayscale: #C5C5C5. Windows color (decimal): -1983318 or 11189473. OLE color: 11189473.
HSL color Cylindrical-coordinate representation of color #E1BCAA: hue angle of 19.64º 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 #E1BCAA is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 170 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.12 |
| HSL | 19.64º | 0.48% | 0.77% | - |
| HSV(B) | 19.64º | 0.24% | 0.88% | - |
| XYZ | 56.29 | 54.88 | 45.66 | - |
| YUV | 197.01 | 112.76 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 170 | 0 | 0.16 | 0.24 | 0.12 | 19.64 | 0.48 | 0.77 |
| Hex | E1 | BC | AA | 0 | 10 | 18 | C | 14 | 30 | 4D |
| Octal | 341 | 274 | 252 | 0 | 20 | 30 | 14 | 24 | 60 | 115 |
| Binary | 11100001 | 10111100 | 10101010 | 0 | 10000 | 11000 | 1100 | 10100 | 110000 | 1001101 |
Color Harmonies of #E1BCAA
Complementary color
Monochromatic Colors of #E1BCAA
Black with #E1BCAA
Text Example
Text Example
White with #E1BCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BCAA; }
p { color: rgb(225,188,170); }
H1.HeaderClassName
{
color: #E1BCAA;
}
.AnyTagClassName
{
color: #E1BCAA;
}
</style>
background-color css
<style>
a { background-color: #E1BCAA; }
a { background-color: rgb(225,188,170); }
div.DivClassName
{
background-color: #E1BCAA;
}
.BgClassName
{
background-color: #E1BCAA;
}
</style>
border-color css
<style>
span { border-color: #E1BCAA; }
span { border-color: rgb(225,188,170); }
td.TdClassName
{
border-color: #E1BCAA;
}
.TagClassName
{
border-color: #E1BCAA;
}
</style>