Shades of Just Right #E2BDAC
Tints of Just Right #E2BDAC
RGB
CMYK
RGB Variations
Color information
#E2BDAC (or 0xE2BDAC) is known color: Just Right. HEX triplet: E2, BD and AC. RGB value is (226,189,172). Sum of RGB (Red+Green+Blue) = 226+189+172=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 172 (67.58% from 255 or 29.30% from 587); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BDAC is #1D4253. Grayscale: #C6C6C6. Windows color (decimal): -1917524 or 11320802. OLE color: 11320802.
HSL color Cylindrical-coordinate representation of color #E2BDAC: hue angle of 18.89º 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 #E2BDAC is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 189 | 172 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.11 |
| HSL | 18.89º | 0.48% | 0.78% | - |
| HSV(B) | 18.89º | 0.24% | 0.89% | - |
| XYZ | 57.01 | 55.54 | 46.75 | - |
| YUV | 198.13 | 113.26 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 189 | 172 | 0 | 0.16 | 0.24 | 0.11 | 18.89 | 0.48 | 0.78 |
| Hex | E2 | BD | AC | 0 | 10 | 18 | B | 13 | 30 | 4E |
| Octal | 342 | 275 | 254 | 0 | 20 | 30 | 13 | 23 | 60 | 116 |
| Binary | 11100010 | 10111101 | 10101100 | 0 | 10000 | 11000 | 1011 | 10011 | 110000 | 1001110 |
Color Harmonies of #E2BDAC
Complementary color
Monochromatic Colors of #E2BDAC
Black with #E2BDAC
Text Example
Text Example
White with #E2BDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BDAC; }
p { color: rgb(226,189,172); }
H1.HeaderClassName
{
color: #E2BDAC;
}
.AnyTagClassName
{
color: #E2BDAC;
}
</style>
background-color css
<style>
a { background-color: #E2BDAC; }
a { background-color: rgb(226,189,172); }
div.DivClassName
{
background-color: #E2BDAC;
}
.BgClassName
{
background-color: #E2BDAC;
}
</style>
border-color css
<style>
span { border-color: #E2BDAC; }
span { border-color: rgb(226,189,172); }
td.TdClassName
{
border-color: #E2BDAC;
}
.TagClassName
{
border-color: #E2BDAC;
}
</style>