Shades of Just Right #E1BDAE
Tints of Just Right #E1BDAE
RGB
CMYK
RGB Variations
Color information
#E1BDAE (or 0xE1BDAE) is known color: Just Right. HEX triplet: E1, BD and AE. RGB value is (225,189,174). Sum of RGB (Red+Green+Blue) = 225+189+174=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 174 (68.36% from 255 or 29.59% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BDAE is #1E4251. Grayscale: #C6C6C6. Windows color (decimal): -1983058 or 11451873. OLE color: 11451873.
HSL color Cylindrical-coordinate representation of color #E1BDAE: hue angle of 17.65º 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 #E1BDAE is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 189 | 174 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.12 |
| HSL | 17.65º | 0.46% | 0.78% | - |
| HSV(B) | 17.65º | 0.23% | 0.88% | - |
| XYZ | 56.89 | 55.46 | 47.75 | - |
| YUV | 198.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 174 | 0 | 0.16 | 0.23 | 0.12 | 17.65 | 0.46 | 0.78 |
| Hex | E1 | BD | AE | 0 | 10 | 17 | C | 12 | 2E | 4E |
| Octal | 341 | 275 | 256 | 0 | 20 | 27 | 14 | 22 | 56 | 116 |
| Binary | 11100001 | 10111101 | 10101110 | 0 | 10000 | 10111 | 1100 | 10010 | 101110 | 1001110 |
Color Harmonies of #E1BDAE
Complementary color
Monochromatic Colors of #E1BDAE
Black with #E1BDAE
Text Example
Text Example
White with #E1BDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BDAE; }
p { color: rgb(225,189,174); }
H1.HeaderClassName
{
color: #E1BDAE;
}
.AnyTagClassName
{
color: #E1BDAE;
}
</style>
background-color css
<style>
a { background-color: #E1BDAE; }
a { background-color: rgb(225,189,174); }
div.DivClassName
{
background-color: #E1BDAE;
}
.BgClassName
{
background-color: #E1BDAE;
}
</style>
border-color css
<style>
span { border-color: #E1BDAE; }
span { border-color: rgb(225,189,174); }
td.TdClassName
{
border-color: #E1BDAE;
}
.TagClassName
{
border-color: #E1BDAE;
}
</style>