Shades of Just Right #E2BEAD
Tints of Just Right #E2BEAD
RGB
CMYK
RGB Variations
Color information
#E2BEAD (or 0xE2BEAD) is known color: Just Right. HEX triplet: E2, BE and AD. RGB value is (226,190,173). Sum of RGB (Red+Green+Blue) = 226+190+173=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BEAD is #1D4152. Grayscale: #C6C6C6. Windows color (decimal): -1917267 or 11386594. OLE color: 11386594.
HSL color Cylindrical-coordinate representation of color #E2BEAD: hue angle of 19.25º degrees, saturation: 0.48, 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 #E2BEAD is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 190 | 173 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.11 |
| HSL | 19.25º | 0.48% | 0.78% | - |
| HSV(B) | 19.25º | 0.23% | 0.89% | - |
| XYZ | 57.32 | 56.01 | 47.33 | - |
| YUV | 198.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 173 | 0 | 0.16 | 0.23 | 0.11 | 19.25 | 0.48 | 0.78 |
| Hex | E2 | BE | AD | 0 | 10 | 17 | B | 13 | 30 | 4E |
| Octal | 342 | 276 | 255 | 0 | 20 | 27 | 13 | 23 | 60 | 116 |
| Binary | 11100010 | 10111110 | 10101101 | 0 | 10000 | 10111 | 1011 | 10011 | 110000 | 1001110 |
Color Harmonies of #E2BEAD
Complementary color
Monochromatic Colors of #E2BEAD
Black with #E2BEAD
Text Example
Text Example
White with #E2BEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BEAD; }
p { color: rgb(226,190,173); }
H1.HeaderClassName
{
color: #E2BEAD;
}
.AnyTagClassName
{
color: #E2BEAD;
}
</style>
background-color css
<style>
a { background-color: #E2BEAD; }
a { background-color: rgb(226,190,173); }
div.DivClassName
{
background-color: #E2BEAD;
}
.BgClassName
{
background-color: #E2BEAD;
}
</style>
border-color css
<style>
span { border-color: #E2BEAD; }
span { border-color: rgb(226,190,173); }
td.TdClassName
{
border-color: #E2BEAD;
}
.TagClassName
{
border-color: #E2BEAD;
}
</style>