Shades of Just Right #E3BFAC
Tints of Just Right #E3BFAC
RGB
CMYK
RGB Variations
Color information
#E3BFAC (or 0xE3BFAC) is known color: Just Right. HEX triplet: E3, BF and AC. RGB value is (227,191,172). Sum of RGB (Red+Green+Blue) = 227+191+172=590 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.47% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 172 (67.58% from 255 or 29.15% from 590); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BFAC is #1C4053. Grayscale: #C7C7C7. Windows color (decimal): -1851476 or 11321315. OLE color: 11321315.
HSL color Cylindrical-coordinate representation of color #E3BFAC: hue angle of 20.73º degrees, saturation: 0.5, 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 #E3BFAC is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 191 | 172 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.11 |
| HSL | 20.73º | 0.5% | 0.78% | - |
| HSV(B) | 20.73º | 0.24% | 0.89% | - |
| XYZ | 57.76 | 56.57 | 46.9 | - |
| YUV | 199.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 191 | 172 | 0 | 0.16 | 0.24 | 0.11 | 20.73 | 0.5 | 0.78 |
| Hex | E3 | BF | AC | 0 | 10 | 18 | B | 15 | 32 | 4E |
| Octal | 343 | 277 | 254 | 0 | 20 | 30 | 13 | 25 | 62 | 116 |
| Binary | 11100011 | 10111111 | 10101100 | 0 | 10000 | 11000 | 1011 | 10101 | 110010 | 1001110 |
Color Harmonies of #E3BFAC
Complementary color
Monochromatic Colors of #E3BFAC
Black with #E3BFAC
Text Example
Text Example
White with #E3BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BFAC; }
p { color: rgb(227,191,172); }
H1.HeaderClassName
{
color: #E3BFAC;
}
.AnyTagClassName
{
color: #E3BFAC;
}
</style>
background-color css
<style>
a { background-color: #E3BFAC; }
a { background-color: rgb(227,191,172); }
div.DivClassName
{
background-color: #E3BFAC;
}
.BgClassName
{
background-color: #E3BFAC;
}
</style>
border-color css
<style>
span { border-color: #E3BFAC; }
span { border-color: rgb(227,191,172); }
td.TdClassName
{
border-color: #E3BFAC;
}
.TagClassName
{
border-color: #E3BFAC;
}
</style>