Shades of Just Right #E2BFAC
Tints of Just Right #E2BFAC
RGB
CMYK
RGB Variations
Color information
#E2BFAC (or 0xE2BFAC) is known color: Just Right. HEX triplet: E2, BF and AC. RGB value is (226,191,172). Sum of RGB (Red+Green+Blue) = 226+191+172=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BFAC is #1D4053. Grayscale: #C7C7C7. Windows color (decimal): -1917012 or 11321314. OLE color: 11321314.
HSL color Cylindrical-coordinate representation of color #E2BFAC: hue angle of 21.11º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2BFAC is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 191 | 172 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.11 |
| HSL | 21.11º | 0.48% | 0.78% | - |
| HSV(B) | 21.11º | 0.24% | 0.89% | - |
| XYZ | 57.44 | 56.41 | 46.89 | - |
| YUV | 199.3 | 112.6 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 172 | 0 | 0.15 | 0.24 | 0.11 | 21.11 | 0.48 | 0.78 |
| Hex | E2 | BF | AC | 0 | F | 18 | B | 15 | 30 | 4E |
| Octal | 342 | 277 | 254 | 0 | 17 | 30 | 13 | 25 | 60 | 116 |
| Binary | 11100010 | 10111111 | 10101100 | 0 | 1111 | 11000 | 1011 | 10101 | 110000 | 1001110 |
Color Harmonies of #E2BFAC
Complementary color
Monochromatic Colors of #E2BFAC
Black with #E2BFAC
Text Example
Text Example
White with #E2BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BFAC; }
p { color: rgb(226,191,172); }
H1.HeaderClassName
{
color: #E2BFAC;
}
.AnyTagClassName
{
color: #E2BFAC;
}
</style>
background-color css
<style>
a { background-color: #E2BFAC; }
a { background-color: rgb(226,191,172); }
div.DivClassName
{
background-color: #E2BFAC;
}
.BgClassName
{
background-color: #E2BFAC;
}
</style>
border-color css
<style>
span { border-color: #E2BFAC; }
span { border-color: rgb(226,191,172); }
td.TdClassName
{
border-color: #E2BFAC;
}
.TagClassName
{
border-color: #E2BFAC;
}
</style>