Shades of Just Right #E0BFAC
Tints of Just Right #E0BFAC
RGB
CMYK
RGB Variations
Color information
#E0BFAC (or 0xE0BFAC) is known color: Just Right. HEX triplet: E0, BF and AC. RGB value is (224,191,172). Sum of RGB (Red+Green+Blue) = 224+191+172=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 172 (67.58% from 255 or 29.30% from 587); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BFAC is #1F4053. Grayscale: #C6C6C6. Windows color (decimal): -2048084 or 11321312. OLE color: 11321312.
HSL color Cylindrical-coordinate representation of color #E0BFAC: hue angle of 21.92º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0BFAC is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 191 | 172 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.12 |
| HSL | 21.92º | 0.46% | 0.78% | - |
| HSV(B) | 21.92º | 0.23% | 0.88% | - |
| XYZ | 56.82 | 56.09 | 46.86 | - |
| YUV | 198.7 | 112.93 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 191 | 172 | 0 | 0.15 | 0.23 | 0.12 | 21.92 | 0.46 | 0.78 |
| Hex | E0 | BF | AC | 0 | F | 17 | C | 16 | 2E | 4E |
| Octal | 340 | 277 | 254 | 0 | 17 | 27 | 14 | 26 | 56 | 116 |
| Binary | 11100000 | 10111111 | 10101100 | 0 | 1111 | 10111 | 1100 | 10110 | 101110 | 1001110 |
Color Harmonies of #E0BFAC
Complementary color
Monochromatic Colors of #E0BFAC
Black with #E0BFAC
Text Example
Text Example
White with #E0BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BFAC; }
p { color: rgb(224,191,172); }
H1.HeaderClassName
{
color: #E0BFAC;
}
.AnyTagClassName
{
color: #E0BFAC;
}
</style>
background-color css
<style>
a { background-color: #E0BFAC; }
a { background-color: rgb(224,191,172); }
div.DivClassName
{
background-color: #E0BFAC;
}
.BgClassName
{
background-color: #E0BFAC;
}
</style>
border-color css
<style>
span { border-color: #E0BFAC; }
span { border-color: rgb(224,191,172); }
td.TdClassName
{
border-color: #E0BFAC;
}
.TagClassName
{
border-color: #E0BFAC;
}
</style>