Shades of Just Right #E0BB9F
Tints of Just Right #E0BB9F
RGB
CMYK
RGB Variations
Color information
#E0BB9F (or 0xE0BB9F) is known color: Just Right. HEX triplet: E0, BB and 9F. RGB value is (224,187,159). Sum of RGB (Red+Green+Blue) = 224+187+159=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 159 (62.5% from 255 or 27.89% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BB9F is #1F4460. Grayscale: #C3C3C3. Windows color (decimal): -2049121 or 10468320. OLE color: 10468320.
HSL color Cylindrical-coordinate representation of color #E0BB9F: hue angle of 25.85º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0BB9F is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 187 | 159 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.12 |
| HSL | 25.85º | 0.51% | 0.75% | - |
| HSV(B) | 25.85º | 0.29% | 0.88% | - |
| XYZ | 54.77 | 53.89 | 40.32 | - |
| YUV | 194.87 | 107.76 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 159 | 0 | 0.17 | 0.29 | 0.12 | 25.85 | 0.51 | 0.75 |
| Hex | E0 | BB | 9F | 0 | 11 | 1D | C | 1A | 33 | 4B |
| Octal | 340 | 273 | 237 | 0 | 21 | 35 | 14 | 32 | 63 | 113 |
| Binary | 11100000 | 10111011 | 10011111 | 0 | 10001 | 11101 | 1100 | 11010 | 110011 | 1001011 |
Color Harmonies of #E0BB9F
Complementary color
Monochromatic Colors of #E0BB9F
Black with #E0BB9F
Text Example
Text Example
White with #E0BB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BB9F; }
p { color: rgb(224,187,159); }
H1.HeaderClassName
{
color: #E0BB9F;
}
.AnyTagClassName
{
color: #E0BB9F;
}
</style>
background-color css
<style>
a { background-color: #E0BB9F; }
a { background-color: rgb(224,187,159); }
div.DivClassName
{
background-color: #E0BB9F;
}
.BgClassName
{
background-color: #E0BB9F;
}
</style>
border-color css
<style>
span { border-color: #E0BB9F; }
span { border-color: rgb(224,187,159); }
td.TdClassName
{
border-color: #E0BB9F;
}
.TagClassName
{
border-color: #E0BB9F;
}
</style>