Shades of Just Right #E0BFA6
Tints of Just Right #E0BFA6
RGB
CMYK
RGB Variations
Color information
#E0BFA6 (or 0xE0BFA6) is known color: Just Right. HEX triplet: E0, BF and A6. RGB value is (224,191,166). Sum of RGB (Red+Green+Blue) = 224+191+166=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 166 (65.23% from 255 or 28.57% from 581); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BFA6 is #1F4059. Grayscale: #C6C6C6. Windows color (decimal): -2048090 or 10928096. OLE color: 10928096.
HSL color Cylindrical-coordinate representation of color #E0BFA6: hue angle of 25.86º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0BFA6 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 191 | 166 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.12 |
| HSL | 25.86º | 0.48% | 0.76% | - |
| HSV(B) | 25.86º | 0.26% | 0.88% | - |
| XYZ | 56.25 | 55.86 | 43.89 | - |
| YUV | 198.02 | 109.93 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 191 | 166 | 0 | 0.15 | 0.26 | 0.12 | 25.86 | 0.48 | 0.76 |
| Hex | E0 | BF | A6 | 0 | F | 1A | C | 1A | 30 | 4C |
| Octal | 340 | 277 | 246 | 0 | 17 | 32 | 14 | 32 | 60 | 114 |
| Binary | 11100000 | 10111111 | 10100110 | 0 | 1111 | 11010 | 1100 | 11010 | 110000 | 1001100 |
Color Harmonies of #E0BFA6
Complementary color
Monochromatic Colors of #E0BFA6
Black with #E0BFA6
Text Example
Text Example
White with #E0BFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BFA6; }
p { color: rgb(224,191,166); }
H1.HeaderClassName
{
color: #E0BFA6;
}
.AnyTagClassName
{
color: #E0BFA6;
}
</style>
background-color css
<style>
a { background-color: #E0BFA6; }
a { background-color: rgb(224,191,166); }
div.DivClassName
{
background-color: #E0BFA6;
}
.BgClassName
{
background-color: #E0BFA6;
}
</style>
border-color css
<style>
span { border-color: #E0BFA6; }
span { border-color: rgb(224,191,166); }
td.TdClassName
{
border-color: #E0BFA6;
}
.TagClassName
{
border-color: #E0BFA6;
}
</style>