Shades of Just Right #E1C2AF
Tints of Just Right #E1C2AF
RGB
CMYK
RGB Variations
Color information
#E1C2AF (or 0xE1C2AF) is known color: Just Right. HEX triplet: E1, C2 and AF. RGB value is (225,194,175). Sum of RGB (Red+Green+Blue) = 225+194+175=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 194 (76.17% from 255 or 32.66% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C2AF is #1E3D50. Grayscale: #C9C9C9. Windows color (decimal): -1981777 or 11518689. OLE color: 11518689.
HSL color Cylindrical-coordinate representation of color #E1C2AF: hue angle of 22.8º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1C2AF is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 194 | 175 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.12 |
| HSL | 22.8º | 0.45% | 0.78% | - |
| HSV(B) | 22.8º | 0.22% | 0.88% | - |
| XYZ | 58.08 | 57.69 | 48.63 | - |
| YUV | 201.1 | 113.27 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 194 | 175 | 0 | 0.14 | 0.22 | 0.12 | 22.8 | 0.45 | 0.78 |
| Hex | E1 | C2 | AF | 0 | E | 16 | C | 17 | 2D | 4E |
| Octal | 341 | 302 | 257 | 0 | 16 | 26 | 14 | 27 | 55 | 116 |
| Binary | 11100001 | 11000010 | 10101111 | 0 | 1110 | 10110 | 1100 | 10111 | 101101 | 1001110 |
Color Harmonies of #E1C2AF
Complementary color
Monochromatic Colors of #E1C2AF
Black with #E1C2AF
Text Example
Text Example
White with #E1C2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C2AF; }
p { color: rgb(225,194,175); }
H1.HeaderClassName
{
color: #E1C2AF;
}
.AnyTagClassName
{
color: #E1C2AF;
}
</style>
background-color css
<style>
a { background-color: #E1C2AF; }
a { background-color: rgb(225,194,175); }
div.DivClassName
{
background-color: #E1C2AF;
}
.BgClassName
{
background-color: #E1C2AF;
}
</style>
border-color css
<style>
span { border-color: #E1C2AF; }
span { border-color: rgb(225,194,175); }
td.TdClassName
{
border-color: #E1C2AF;
}
.TagClassName
{
border-color: #E1C2AF;
}
</style>