Shades of Just Right #E1C1AA
Tints of Just Right #E1C1AA
RGB
CMYK
RGB Variations
Color information
#E1C1AA (or 0xE1C1AA) is known color: Just Right. HEX triplet: E1, C1 and AA. RGB value is (225,193,170). Sum of RGB (Red+Green+Blue) = 225+193+170=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 170 (66.80% from 255 or 28.91% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C1AA is #1E3E55. Grayscale: #C8C8C8. Windows color (decimal): -1982038 or 11190753. OLE color: 11190753.
HSL color Cylindrical-coordinate representation of color #E1C1AA: hue angle of 25.09º degrees, saturation: 0.48, 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 #E1C1AA is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 193 | 170 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.12 |
| HSL | 25.09º | 0.48% | 0.77% | - |
| HSV(B) | 25.09º | 0.24% | 0.88% | - |
| XYZ | 57.38 | 57.05 | 46.02 | - |
| YUV | 199.95 | 111.1 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 193 | 170 | 0 | 0.14 | 0.24 | 0.12 | 25.09 | 0.48 | 0.77 |
| Hex | E1 | C1 | AA | 0 | E | 18 | C | 19 | 30 | 4D |
| Octal | 341 | 301 | 252 | 0 | 16 | 30 | 14 | 31 | 60 | 115 |
| Binary | 11100001 | 11000001 | 10101010 | 0 | 1110 | 11000 | 1100 | 11001 | 110000 | 1001101 |
Color Harmonies of #E1C1AA
Complementary color
Monochromatic Colors of #E1C1AA
Black with #E1C1AA
Text Example
Text Example
White with #E1C1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C1AA; }
p { color: rgb(225,193,170); }
H1.HeaderClassName
{
color: #E1C1AA;
}
.AnyTagClassName
{
color: #E1C1AA;
}
</style>
background-color css
<style>
a { background-color: #E1C1AA; }
a { background-color: rgb(225,193,170); }
div.DivClassName
{
background-color: #E1C1AA;
}
.BgClassName
{
background-color: #E1C1AA;
}
</style>
border-color css
<style>
span { border-color: #E1C1AA; }
span { border-color: rgb(225,193,170); }
td.TdClassName
{
border-color: #E1C1AA;
}
.TagClassName
{
border-color: #E1C1AA;
}
</style>