Shades of Just Right #E0BFAF
Tints of Just Right #E0BFAF
RGB
CMYK
RGB Variations
Color information
#E0BFAF (or 0xE0BFAF) is known color: Just Right. HEX triplet: E0, BF and AF. RGB value is (224,191,175). Sum of RGB (Red+Green+Blue) = 224+191+175=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BFAF is #1F4050. Grayscale: #C7C7C7. Windows color (decimal): -2048081 or 11517920. OLE color: 11517920.
HSL color Cylindrical-coordinate representation of color #E0BFAF: hue angle of 19.59º 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 #E0BFAF is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 191 | 175 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.12 |
| HSL | 19.59º | 0.44% | 0.78% | - |
| HSV(B) | 19.59º | 0.22% | 0.88% | - |
| XYZ | 57.11 | 56.2 | 48.4 | - |
| YUV | 199.04 | 114.43 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 191 | 175 | 0 | 0.15 | 0.22 | 0.12 | 19.59 | 0.44 | 0.78 |
| Hex | E0 | BF | AF | 0 | F | 16 | C | 14 | 2C | 4E |
| Octal | 340 | 277 | 257 | 0 | 17 | 26 | 14 | 24 | 54 | 116 |
| Binary | 11100000 | 10111111 | 10101111 | 0 | 1111 | 10110 | 1100 | 10100 | 101100 | 1001110 |
Color Harmonies of #E0BFAF
Complementary color
Monochromatic Colors of #E0BFAF
Black with #E0BFAF
Text Example
Text Example
White with #E0BFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BFAF; }
p { color: rgb(224,191,175); }
H1.HeaderClassName
{
color: #E0BFAF;
}
.AnyTagClassName
{
color: #E0BFAF;
}
</style>
background-color css
<style>
a { background-color: #E0BFAF; }
a { background-color: rgb(224,191,175); }
div.DivClassName
{
background-color: #E0BFAF;
}
.BgClassName
{
background-color: #E0BFAF;
}
</style>
border-color css
<style>
span { border-color: #E0BFAF; }
span { border-color: rgb(224,191,175); }
td.TdClassName
{
border-color: #E0BFAF;
}
.TagClassName
{
border-color: #E0BFAF;
}
</style>