Shades of Just Right #E1BDAD
Tints of Just Right #E1BDAD
RGB
CMYK
RGB Variations
Color information
#E1BDAD (or 0xE1BDAD) is known color: Just Right. HEX triplet: E1, BD and AD. RGB value is (225,189,173). Sum of RGB (Red+Green+Blue) = 225+189+173=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BDAD is #1E4252. Grayscale: #C6C6C6. Windows color (decimal): -1983059 or 11386337. OLE color: 11386337.
HSL color Cylindrical-coordinate representation of color #E1BDAD: hue angle of 18.46º 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 #E1BDAD is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 189 | 173 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.12 |
| HSL | 18.46º | 0.46% | 0.78% | - |
| HSV(B) | 18.46º | 0.23% | 0.88% | - |
| XYZ | 56.79 | 55.42 | 47.24 | - |
| YUV | 197.94 | 113.93 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 173 | 0 | 0.16 | 0.23 | 0.12 | 18.46 | 0.46 | 0.78 |
| Hex | E1 | BD | AD | 0 | 10 | 17 | C | 12 | 2E | 4E |
| Octal | 341 | 275 | 255 | 0 | 20 | 27 | 14 | 22 | 56 | 116 |
| Binary | 11100001 | 10111101 | 10101101 | 0 | 10000 | 10111 | 1100 | 10010 | 101110 | 1001110 |
Color Harmonies of #E1BDAD
Complementary color
Monochromatic Colors of #E1BDAD
Black with #E1BDAD
Text Example
Text Example
White with #E1BDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BDAD; }
p { color: rgb(225,189,173); }
H1.HeaderClassName
{
color: #E1BDAD;
}
.AnyTagClassName
{
color: #E1BDAD;
}
</style>
background-color css
<style>
a { background-color: #E1BDAD; }
a { background-color: rgb(225,189,173); }
div.DivClassName
{
background-color: #E1BDAD;
}
.BgClassName
{
background-color: #E1BDAD;
}
</style>
border-color css
<style>
span { border-color: #E1BDAD; }
span { border-color: rgb(225,189,173); }
td.TdClassName
{
border-color: #E1BDAD;
}
.TagClassName
{
border-color: #E1BDAD;
}
</style>