Shades of Just Right #E0BFAD
Tints of Just Right #E0BFAD
RGB
CMYK
RGB Variations
Color information
#E0BFAD (or 0xE0BFAD) is known color: Just Right. HEX triplet: E0, BF and AD. RGB value is (224,191,173). Sum of RGB (Red+Green+Blue) = 224+191+173=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BFAD is #1F4052. Grayscale: #C6C6C6. Windows color (decimal): -2048083 or 11386848. OLE color: 11386848.
HSL color Cylindrical-coordinate representation of color #E0BFAD: hue angle of 21.18º degrees, saturation: 0.45, 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 #E0BFAD is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 191 | 173 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.12 |
| HSL | 21.18º | 0.45% | 0.78% | - |
| HSV(B) | 21.18º | 0.23% | 0.88% | - |
| XYZ | 56.91 | 56.13 | 47.37 | - |
| YUV | 198.82 | 113.43 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 191 | 173 | 0 | 0.15 | 0.23 | 0.12 | 21.18 | 0.45 | 0.78 |
| Hex | E0 | BF | AD | 0 | F | 17 | C | 15 | 2D | 4E |
| Octal | 340 | 277 | 255 | 0 | 17 | 27 | 14 | 25 | 55 | 116 |
| Binary | 11100000 | 10111111 | 10101101 | 0 | 1111 | 10111 | 1100 | 10101 | 101101 | 1001110 |
Color Harmonies of #E0BFAD
Complementary color
Monochromatic Colors of #E0BFAD
Black with #E0BFAD
Text Example
Text Example
White with #E0BFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BFAD; }
p { color: rgb(224,191,173); }
H1.HeaderClassName
{
color: #E0BFAD;
}
.AnyTagClassName
{
color: #E0BFAD;
}
</style>
background-color css
<style>
a { background-color: #E0BFAD; }
a { background-color: rgb(224,191,173); }
div.DivClassName
{
background-color: #E0BFAD;
}
.BgClassName
{
background-color: #E0BFAD;
}
</style>
border-color css
<style>
span { border-color: #E0BFAD; }
span { border-color: rgb(224,191,173); }
td.TdClassName
{
border-color: #E0BFAD;
}
.TagClassName
{
border-color: #E0BFAD;
}
</style>