Shades of Just Right #E1C0AA
Tints of Just Right #E1C0AA
RGB
CMYK
RGB Variations
Color information
#E1C0AA (or 0xE1C0AA) is known color: Just Right. HEX triplet: E1, C0 and AA. RGB value is (225,192,170). Sum of RGB (Red+Green+Blue) = 225+192+170=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C0AA is #1E3F55. Grayscale: #C7C7C7. Windows color (decimal): -1982294 or 11190497. OLE color: 11190497.
HSL color Cylindrical-coordinate representation of color #E1C0AA: hue angle of 24º 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 #E1C0AA is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 170 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.12 |
| HSL | 24º | 0.48% | 0.77% | - |
| HSV(B) | 24º | 0.24% | 0.88% | - |
| XYZ | 57.16 | 56.61 | 45.94 | - |
| YUV | 199.36 | 111.43 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 170 | 0 | 0.15 | 0.24 | 0.12 | 24 | 0.48 | 0.77 |
| Hex | E1 | C0 | AA | 0 | F | 18 | C | 18 | 30 | 4D |
| Octal | 341 | 300 | 252 | 0 | 17 | 30 | 14 | 30 | 60 | 115 |
| Binary | 11100001 | 11000000 | 10101010 | 0 | 1111 | 11000 | 1100 | 11000 | 110000 | 1001101 |
Color Harmonies of #E1C0AA
Complementary color
Monochromatic Colors of #E1C0AA
Black with #E1C0AA
Text Example
Text Example
White with #E1C0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C0AA; }
p { color: rgb(225,192,170); }
H1.HeaderClassName
{
color: #E1C0AA;
}
.AnyTagClassName
{
color: #E1C0AA;
}
</style>
background-color css
<style>
a { background-color: #E1C0AA; }
a { background-color: rgb(225,192,170); }
div.DivClassName
{
background-color: #E1C0AA;
}
.BgClassName
{
background-color: #E1C0AA;
}
</style>
border-color css
<style>
span { border-color: #E1C0AA; }
span { border-color: rgb(225,192,170); }
td.TdClassName
{
border-color: #E1C0AA;
}
.TagClassName
{
border-color: #E1C0AA;
}
</style>