Shades of Just Right #E2C3AE
Tints of Just Right #E2C3AE
RGB
CMYK
RGB Variations
Color information
#E2C3AE (or 0xE2C3AE) is known color: Just Right. HEX triplet: E2, C3 and AE. RGB value is (226,195,174). Sum of RGB (Red+Green+Blue) = 226+195+174=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 195 (76.56% from 255 or 32.77% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C3AE is #1D3C51. Grayscale: #C9C9C9. Windows color (decimal): -1915986 or 11453410. OLE color: 11453410.
HSL color Cylindrical-coordinate representation of color #E2C3AE: hue angle of 24.23º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2C3AE is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 195 | 174 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.11 |
| HSL | 24.23º | 0.47% | 0.78% | - |
| HSV(B) | 24.23º | 0.23% | 0.89% | - |
| XYZ | 58.52 | 58.25 | 48.2 | - |
| YUV | 201.88 | 112.27 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 195 | 174 | 0 | 0.14 | 0.23 | 0.11 | 24.23 | 0.47 | 0.78 |
| Hex | E2 | C3 | AE | 0 | E | 17 | B | 18 | 2F | 4E |
| Octal | 342 | 303 | 256 | 0 | 16 | 27 | 13 | 30 | 57 | 116 |
| Binary | 11100010 | 11000011 | 10101110 | 0 | 1110 | 10111 | 1011 | 11000 | 101111 | 1001110 |
Color Harmonies of #E2C3AE
Complementary color
Monochromatic Colors of #E2C3AE
Black with #E2C3AE
Text Example
Text Example
White with #E2C3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C3AE; }
p { color: rgb(226,195,174); }
H1.HeaderClassName
{
color: #E2C3AE;
}
.AnyTagClassName
{
color: #E2C3AE;
}
</style>
background-color css
<style>
a { background-color: #E2C3AE; }
a { background-color: rgb(226,195,174); }
div.DivClassName
{
background-color: #E2C3AE;
}
.BgClassName
{
background-color: #E2C3AE;
}
</style>
border-color css
<style>
span { border-color: #E2C3AE; }
span { border-color: rgb(226,195,174); }
td.TdClassName
{
border-color: #E2C3AE;
}
.TagClassName
{
border-color: #E2C3AE;
}
</style>