Shades of Just Right #E1BCAC
Tints of Just Right #E1BCAC
RGB
CMYK
RGB Variations
Color information
#E1BCAC (or 0xE1BCAC) is known color: Just Right. HEX triplet: E1, BC and AC. RGB value is (225,188,172). Sum of RGB (Red+Green+Blue) = 225+188+172=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BCAC is #1E4353. Grayscale: #C5C5C5. Windows color (decimal): -1983316 or 11320545. OLE color: 11320545.
HSL color Cylindrical-coordinate representation of color #E1BCAC: hue angle of 18.11º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1BCAC is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 172 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.12 |
| HSL | 18.11º | 0.47% | 0.78% | - |
| HSV(B) | 18.11º | 0.24% | 0.88% | - |
| XYZ | 56.48 | 54.95 | 46.66 | - |
| YUV | 197.24 | 113.76 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 172 | 0 | 0.16 | 0.24 | 0.12 | 18.11 | 0.47 | 0.78 |
| Hex | E1 | BC | AC | 0 | 10 | 18 | C | 12 | 2F | 4E |
| Octal | 341 | 274 | 254 | 0 | 20 | 30 | 14 | 22 | 57 | 116 |
| Binary | 11100001 | 10111100 | 10101100 | 0 | 10000 | 11000 | 1100 | 10010 | 101111 | 1001110 |
Color Harmonies of #E1BCAC
Complementary color
Monochromatic Colors of #E1BCAC
Black with #E1BCAC
Text Example
Text Example
White with #E1BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BCAC; }
p { color: rgb(225,188,172); }
H1.HeaderClassName
{
color: #E1BCAC;
}
.AnyTagClassName
{
color: #E1BCAC;
}
</style>
background-color css
<style>
a { background-color: #E1BCAC; }
a { background-color: rgb(225,188,172); }
div.DivClassName
{
background-color: #E1BCAC;
}
.BgClassName
{
background-color: #E1BCAC;
}
</style>
border-color css
<style>
span { border-color: #E1BCAC; }
span { border-color: rgb(225,188,172); }
td.TdClassName
{
border-color: #E1BCAC;
}
.TagClassName
{
border-color: #E1BCAC;
}
</style>