Shades of Just Right #E0BCAD
Tints of Just Right #E0BCAD
RGB
CMYK
RGB Variations
Color information
#E0BCAD (or 0xE0BCAD) is known color: Just Right. HEX triplet: E0, BC and AD. RGB value is (224,188,173). Sum of RGB (Red+Green+Blue) = 224+188+173=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BCAD is #1F4352. Grayscale: #C5C5C5. Windows color (decimal): -2048851 or 11386080. OLE color: 11386080.
HSL color Cylindrical-coordinate representation of color #E0BCAD: hue angle of 17.65º 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 #E0BCAD is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 188 | 173 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.12 |
| HSL | 17.65º | 0.45% | 0.78% | - |
| HSV(B) | 17.65º | 0.23% | 0.88% | - |
| XYZ | 56.27 | 54.83 | 47.15 | - |
| YUV | 197.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 173 | 0 | 0.16 | 0.23 | 0.12 | 17.65 | 0.45 | 0.78 |
| Hex | E0 | BC | AD | 0 | 10 | 17 | C | 12 | 2D | 4E |
| Octal | 340 | 274 | 255 | 0 | 20 | 27 | 14 | 22 | 55 | 116 |
| Binary | 11100000 | 10111100 | 10101101 | 0 | 10000 | 10111 | 1100 | 10010 | 101101 | 1001110 |
Color Harmonies of #E0BCAD
Complementary color
Monochromatic Colors of #E0BCAD
Black with #E0BCAD
Text Example
Text Example
White with #E0BCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BCAD; }
p { color: rgb(224,188,173); }
H1.HeaderClassName
{
color: #E0BCAD;
}
.AnyTagClassName
{
color: #E0BCAD;
}
</style>
background-color css
<style>
a { background-color: #E0BCAD; }
a { background-color: rgb(224,188,173); }
div.DivClassName
{
background-color: #E0BCAD;
}
.BgClassName
{
background-color: #E0BCAD;
}
</style>
border-color css
<style>
span { border-color: #E0BCAD; }
span { border-color: rgb(224,188,173); }
td.TdClassName
{
border-color: #E0BCAD;
}
.TagClassName
{
border-color: #E0BCAD;
}
</style>