Shades of Just Right #E0C1AC
Tints of Just Right #E0C1AC
RGB
CMYK
RGB Variations
Color information
#E0C1AC (or 0xE0C1AC) is known color: Just Right. HEX triplet: E0, C1 and AC. RGB value is (224,193,172). Sum of RGB (Red+Green+Blue) = 224+193+172=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 193 (75.78% from 255 or 32.77% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C1AC is #1F3E53. Grayscale: #C7C7C7. Windows color (decimal): -2047572 or 11321824. OLE color: 11321824.
HSL color Cylindrical-coordinate representation of color #E0C1AC: hue angle of 24.23º degrees, saturation: 0.46, 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 #E0C1AC is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 193 | 172 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.12 |
| HSL | 24.23º | 0.46% | 0.78% | - |
| HSV(B) | 24.23º | 0.23% | 0.88% | - |
| XYZ | 57.26 | 56.97 | 47.01 | - |
| YUV | 199.88 | 112.27 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 193 | 172 | 0 | 0.14 | 0.23 | 0.12 | 24.23 | 0.46 | 0.78 |
| Hex | E0 | C1 | AC | 0 | E | 17 | C | 18 | 2E | 4E |
| Octal | 340 | 301 | 254 | 0 | 16 | 27 | 14 | 30 | 56 | 116 |
| Binary | 11100000 | 11000001 | 10101100 | 0 | 1110 | 10111 | 1100 | 11000 | 101110 | 1001110 |
Color Harmonies of #E0C1AC
Complementary color
Monochromatic Colors of #E0C1AC
Black with #E0C1AC
Text Example
Text Example
White with #E0C1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C1AC; }
p { color: rgb(224,193,172); }
H1.HeaderClassName
{
color: #E0C1AC;
}
.AnyTagClassName
{
color: #E0C1AC;
}
</style>
background-color css
<style>
a { background-color: #E0C1AC; }
a { background-color: rgb(224,193,172); }
div.DivClassName
{
background-color: #E0C1AC;
}
.BgClassName
{
background-color: #E0C1AC;
}
</style>
border-color css
<style>
span { border-color: #E0C1AC; }
span { border-color: rgb(224,193,172); }
td.TdClassName
{
border-color: #E0C1AC;
}
.TagClassName
{
border-color: #E0C1AC;
}
</style>