Shades of Just Right #E0C1B3
Tints of Just Right #E0C1B3
RGB
CMYK
RGB Variations
Color information
#E0C1B3 (or 0xE0C1B3) is known color: Just Right. HEX triplet: E0, C1 and B3. RGB value is (224,193,179). Sum of RGB (Red+Green+Blue) = 224+193+179=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 193 (75.78% from 255 or 32.38% from 596); Blue value is 179 (70.31% from 255 or 30.03% from 596); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C1B3 is #1F3E4C. Grayscale: #C8C8C8. Windows color (decimal): -2047565 or 11780576. OLE color: 11780576.
HSL color Cylindrical-coordinate representation of color #E0C1B3: hue angle of 18.67º degrees, saturation: 0.42, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E0C1B3 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 193 | 179 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.12 |
| HSL | 18.67º | 0.42% | 0.79% | - |
| HSV(B) | 18.67º | 0.2% | 0.88% | - |
| XYZ | 57.95 | 57.24 | 50.64 | - |
| YUV | 200.67 | 115.77 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 193 | 179 | 0 | 0.14 | 0.20 | 0.12 | 18.67 | 0.42 | 0.79 |
| Hex | E0 | C1 | B3 | 0 | E | 14 | C | 13 | 2A | 4F |
| Octal | 340 | 301 | 263 | 0 | 16 | 24 | 14 | 23 | 52 | 117 |
| Binary | 11100000 | 11000001 | 10110011 | 0 | 1110 | 10100 | 1100 | 10011 | 101010 | 1001111 |
Color Harmonies of #E0C1B3
Complementary color
Monochromatic Colors of #E0C1B3
Black with #E0C1B3
Text Example
Text Example
White with #E0C1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C1B3; }
p { color: rgb(224,193,179); }
H1.HeaderClassName
{
color: #E0C1B3;
}
.AnyTagClassName
{
color: #E0C1B3;
}
</style>
background-color css
<style>
a { background-color: #E0C1B3; }
a { background-color: rgb(224,193,179); }
div.DivClassName
{
background-color: #E0C1B3;
}
.BgClassName
{
background-color: #E0C1B3;
}
</style>
border-color css
<style>
span { border-color: #E0C1B3; }
span { border-color: rgb(224,193,179); }
td.TdClassName
{
border-color: #E0C1B3;
}
.TagClassName
{
border-color: #E0C1B3;
}
</style>