Shades of Just Right #E0BEAF
Tints of Just Right #E0BEAF
RGB
CMYK
RGB Variations
Color information
#E0BEAF (or 0xE0BEAF) is known color: Just Right. HEX triplet: E0, BE and AF. RGB value is (224,190,175). Sum of RGB (Red+Green+Blue) = 224+190+175=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BEAF is #1F4150. Grayscale: #C6C6C6. Windows color (decimal): -2048337 or 11517664. OLE color: 11517664.
HSL color Cylindrical-coordinate representation of color #E0BEAF: hue angle of 18.37º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0BEAF is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 190 | 175 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.12 |
| HSL | 18.37º | 0.44% | 0.78% | - |
| HSV(B) | 18.37º | 0.22% | 0.88% | - |
| XYZ | 56.89 | 55.77 | 48.32 | - |
| YUV | 198.46 | 114.76 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 190 | 175 | 0 | 0.15 | 0.22 | 0.12 | 18.37 | 0.44 | 0.78 |
| Hex | E0 | BE | AF | 0 | F | 16 | C | 12 | 2C | 4E |
| Octal | 340 | 276 | 257 | 0 | 17 | 26 | 14 | 22 | 54 | 116 |
| Binary | 11100000 | 10111110 | 10101111 | 0 | 1111 | 10110 | 1100 | 10010 | 101100 | 1001110 |
Color Harmonies of #E0BEAF
Complementary color
Monochromatic Colors of #E0BEAF
Black with #E0BEAF
Text Example
Text Example
White with #E0BEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BEAF; }
p { color: rgb(224,190,175); }
H1.HeaderClassName
{
color: #E0BEAF;
}
.AnyTagClassName
{
color: #E0BEAF;
}
</style>
background-color css
<style>
a { background-color: #E0BEAF; }
a { background-color: rgb(224,190,175); }
div.DivClassName
{
background-color: #E0BEAF;
}
.BgClassName
{
background-color: #E0BEAF;
}
</style>
border-color css
<style>
span { border-color: #E0BEAF; }
span { border-color: rgb(224,190,175); }
td.TdClassName
{
border-color: #E0BEAF;
}
.TagClassName
{
border-color: #E0BEAF;
}
</style>