Shades of Just Right #E0C1AB
Tints of Just Right #E0C1AB
RGB
CMYK
RGB Variations
Color information
#E0C1AB (or 0xE0C1AB) is known color: Just Right. HEX triplet: E0, C1 and AB. RGB value is (224,193,171). Sum of RGB (Red+Green+Blue) = 224+193+171=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 171 (67.19% from 255 or 29.08% from 588); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C1AB is #1F3E54. Grayscale: #C7C7C7. Windows color (decimal): -2047573 or 11256288. OLE color: 11256288.
HSL color Cylindrical-coordinate representation of color #E0C1AB: hue angle of 24.91º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0C1AB is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 193 | 171 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.12 |
| HSL | 24.91º | 0.46% | 0.77% | - |
| HSV(B) | 24.91º | 0.24% | 0.88% | - |
| XYZ | 57.16 | 56.93 | 46.5 | - |
| YUV | 199.76 | 111.77 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 193 | 171 | 0 | 0.14 | 0.24 | 0.12 | 24.91 | 0.46 | 0.77 |
| Hex | E0 | C1 | AB | 0 | E | 18 | C | 19 | 2E | 4D |
| Octal | 340 | 301 | 253 | 0 | 16 | 30 | 14 | 31 | 56 | 115 |
| Binary | 11100000 | 11000001 | 10101011 | 0 | 1110 | 11000 | 1100 | 11001 | 101110 | 1001101 |
Color Harmonies of #E0C1AB
Complementary color
Monochromatic Colors of #E0C1AB
Black with #E0C1AB
Text Example
Text Example
White with #E0C1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C1AB; }
p { color: rgb(224,193,171); }
H1.HeaderClassName
{
color: #E0C1AB;
}
.AnyTagClassName
{
color: #E0C1AB;
}
</style>
background-color css
<style>
a { background-color: #E0C1AB; }
a { background-color: rgb(224,193,171); }
div.DivClassName
{
background-color: #E0C1AB;
}
.BgClassName
{
background-color: #E0C1AB;
}
</style>
border-color css
<style>
span { border-color: #E0C1AB; }
span { border-color: rgb(224,193,171); }
td.TdClassName
{
border-color: #E0C1AB;
}
.TagClassName
{
border-color: #E0C1AB;
}
</style>