Shades of Just Right #E1BDAC
Tints of Just Right #E1BDAC
RGB
CMYK
RGB Variations
Color information
#E1BDAC (or 0xE1BDAC) is known color: Just Right. HEX triplet: E1, BD and AC. RGB value is (225,189,172). Sum of RGB (Red+Green+Blue) = 225+189+172=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 172 (67.58% from 255 or 29.35% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BDAC is #1E4253. Grayscale: #C5C5C5. Windows color (decimal): -1983060 or 11320801. OLE color: 11320801.
HSL color Cylindrical-coordinate representation of color #E1BDAC: hue angle of 19.25º 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 #E1BDAC is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 189 | 172 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.12 |
| HSL | 19.25º | 0.47% | 0.78% | - |
| HSV(B) | 19.25º | 0.24% | 0.88% | - |
| XYZ | 56.7 | 55.38 | 46.73 | - |
| YUV | 197.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 172 | 0 | 0.16 | 0.24 | 0.12 | 19.25 | 0.47 | 0.78 |
| Hex | E1 | BD | AC | 0 | 10 | 18 | C | 13 | 2F | 4E |
| Octal | 341 | 275 | 254 | 0 | 20 | 30 | 14 | 23 | 57 | 116 |
| Binary | 11100001 | 10111101 | 10101100 | 0 | 10000 | 11000 | 1100 | 10011 | 101111 | 1001110 |
Color Harmonies of #E1BDAC
Complementary color
Monochromatic Colors of #E1BDAC
Black with #E1BDAC
Text Example
Text Example
White with #E1BDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BDAC; }
p { color: rgb(225,189,172); }
H1.HeaderClassName
{
color: #E1BDAC;
}
.AnyTagClassName
{
color: #E1BDAC;
}
</style>
background-color css
<style>
a { background-color: #E1BDAC; }
a { background-color: rgb(225,189,172); }
div.DivClassName
{
background-color: #E1BDAC;
}
.BgClassName
{
background-color: #E1BDAC;
}
</style>
border-color css
<style>
span { border-color: #E1BDAC; }
span { border-color: rgb(225,189,172); }
td.TdClassName
{
border-color: #E1BDAC;
}
.TagClassName
{
border-color: #E1BDAC;
}
</style>