Shades of Just Right #E3C2AA
Tints of Just Right #E3C2AA
RGB
CMYK
RGB Variations
Color information
#E3C2AA (or 0xE3C2AA) is known color: Just Right. HEX triplet: E3, C2 and AA. RGB value is (227,194,170). Sum of RGB (Red+Green+Blue) = 227+194+170=591 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.41% from 591); Green value is 194 (76.17% from 255 or 32.83% from 591); Blue value is 170 (66.80% from 255 or 28.76% from 591); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3C2AA is #1C3D55. Grayscale: #C9C9C9. Windows color (decimal): -1850710 or 11191011. OLE color: 11191011.
HSL color Cylindrical-coordinate representation of color #E3C2AA: hue angle of 25.26º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E3C2AA is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 194 | 170 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.11 |
| HSL | 25.26º | 0.5% | 0.78% | - |
| HSV(B) | 25.26º | 0.25% | 0.89% | - |
| XYZ | 58.23 | 57.82 | 46.12 | - |
| YUV | 201.13 | 110.43 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 194 | 170 | 0 | 0.15 | 0.25 | 0.11 | 25.26 | 0.5 | 0.78 |
| Hex | E3 | C2 | AA | 0 | F | 19 | B | 19 | 32 | 4E |
| Octal | 343 | 302 | 252 | 0 | 17 | 31 | 13 | 31 | 62 | 116 |
| Binary | 11100011 | 11000010 | 10101010 | 0 | 1111 | 11001 | 1011 | 11001 | 110010 | 1001110 |
Color Harmonies of #E3C2AA
Complementary color
Monochromatic Colors of #E3C2AA
Black with #E3C2AA
Text Example
Text Example
White with #E3C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C2AA; }
p { color: rgb(227,194,170); }
H1.HeaderClassName
{
color: #E3C2AA;
}
.AnyTagClassName
{
color: #E3C2AA;
}
</style>
background-color css
<style>
a { background-color: #E3C2AA; }
a { background-color: rgb(227,194,170); }
div.DivClassName
{
background-color: #E3C2AA;
}
.BgClassName
{
background-color: #E3C2AA;
}
</style>
border-color css
<style>
span { border-color: #E3C2AA; }
span { border-color: rgb(227,194,170); }
td.TdClassName
{
border-color: #E3C2AA;
}
.TagClassName
{
border-color: #E3C2AA;
}
</style>