Shades of Just Right #E2BEAE
Tints of Just Right #E2BEAE
RGB
CMYK
RGB Variations
Color information
#E2BEAE (or 0xE2BEAE) is known color: Just Right. HEX triplet: E2, BE and AE. RGB value is (226,190,174). Sum of RGB (Red+Green+Blue) = 226+190+174=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 174 (68.36% from 255 or 29.49% from 590); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BEAE is #1D4151. Grayscale: #C7C7C7. Windows color (decimal): -1917266 or 11452130. OLE color: 11452130.
HSL color Cylindrical-coordinate representation of color #E2BEAE: hue angle of 18.46º 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 #E2BEAE is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 190 | 174 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.11 |
| HSL | 18.46º | 0.47% | 0.78% | - |
| HSV(B) | 18.46º | 0.23% | 0.89% | - |
| XYZ | 57.42 | 56.05 | 47.84 | - |
| YUV | 198.94 | 113.93 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 174 | 0 | 0.16 | 0.23 | 0.11 | 18.46 | 0.47 | 0.78 |
| Hex | E2 | BE | AE | 0 | 10 | 17 | B | 12 | 2F | 4E |
| Octal | 342 | 276 | 256 | 0 | 20 | 27 | 13 | 22 | 57 | 116 |
| Binary | 11100010 | 10111110 | 10101110 | 0 | 10000 | 10111 | 1011 | 10010 | 101111 | 1001110 |
Color Harmonies of #E2BEAE
Complementary color
Monochromatic Colors of #E2BEAE
Black with #E2BEAE
Text Example
Text Example
White with #E2BEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BEAE; }
p { color: rgb(226,190,174); }
H1.HeaderClassName
{
color: #E2BEAE;
}
.AnyTagClassName
{
color: #E2BEAE;
}
</style>
background-color css
<style>
a { background-color: #E2BEAE; }
a { background-color: rgb(226,190,174); }
div.DivClassName
{
background-color: #E2BEAE;
}
.BgClassName
{
background-color: #E2BEAE;
}
</style>
border-color css
<style>
span { border-color: #E2BEAE; }
span { border-color: rgb(226,190,174); }
td.TdClassName
{
border-color: #E2BEAE;
}
.TagClassName
{
border-color: #E2BEAE;
}
</style>