Shades of Just Right #E1C0AB
Tints of Just Right #E1C0AB
RGB
CMYK
RGB Variations
Color information
#E1C0AB (or 0xE1C0AB) is known color: Just Right. HEX triplet: E1, C0 and AB. RGB value is (225,192,171). Sum of RGB (Red+Green+Blue) = 225+192+171=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 171 (67.19% from 255 or 29.08% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C0AB is #1E3F54. Grayscale: #C7C7C7. Windows color (decimal): -1982293 or 11256033. OLE color: 11256033.
HSL color Cylindrical-coordinate representation of color #E1C0AB: hue angle of 23.33º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1C0AB is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 171 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.12 |
| HSL | 23.33º | 0.47% | 0.78% | - |
| HSV(B) | 23.33º | 0.24% | 0.88% | - |
| XYZ | 57.25 | 56.65 | 46.44 | - |
| YUV | 199.47 | 111.93 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 171 | 0 | 0.15 | 0.24 | 0.12 | 23.33 | 0.47 | 0.78 |
| Hex | E1 | C0 | AB | 0 | F | 18 | C | 17 | 2F | 4E |
| Octal | 341 | 300 | 253 | 0 | 17 | 30 | 14 | 27 | 57 | 116 |
| Binary | 11100001 | 11000000 | 10101011 | 0 | 1111 | 11000 | 1100 | 10111 | 101111 | 1001110 |
Color Harmonies of #E1C0AB
Complementary color
Monochromatic Colors of #E1C0AB
Black with #E1C0AB
Text Example
Text Example
White with #E1C0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C0AB; }
p { color: rgb(225,192,171); }
H1.HeaderClassName
{
color: #E1C0AB;
}
.AnyTagClassName
{
color: #E1C0AB;
}
</style>
background-color css
<style>
a { background-color: #E1C0AB; }
a { background-color: rgb(225,192,171); }
div.DivClassName
{
background-color: #E1C0AB;
}
.BgClassName
{
background-color: #E1C0AB;
}
</style>
border-color css
<style>
span { border-color: #E1C0AB; }
span { border-color: rgb(225,192,171); }
td.TdClassName
{
border-color: #E1C0AB;
}
.TagClassName
{
border-color: #E1C0AB;
}
</style>