Shades of Just Right #E2BFAE
Tints of Just Right #E2BFAE
RGB
CMYK
RGB Variations
Color information
#E2BFAE (or 0xE2BFAE) is known color: Just Right. HEX triplet: E2, BF and AE. RGB value is (226,191,174). Sum of RGB (Red+Green+Blue) = 226+191+174=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 174 (68.36% from 255 or 29.44% from 591); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BFAE is #1D4051. Grayscale: #C7C7C7. Windows color (decimal): -1917010 or 11452386. OLE color: 11452386.
HSL color Cylindrical-coordinate representation of color #E2BFAE: hue angle of 19.62º 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 #E2BFAE is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 191 | 174 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.11 |
| HSL | 19.62º | 0.47% | 0.78% | - |
| HSV(B) | 19.62º | 0.23% | 0.89% | - |
| XYZ | 57.63 | 56.49 | 47.91 | - |
| YUV | 199.53 | 113.6 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 174 | 0 | 0.15 | 0.23 | 0.11 | 19.62 | 0.47 | 0.78 |
| Hex | E2 | BF | AE | 0 | F | 17 | B | 14 | 2F | 4E |
| Octal | 342 | 277 | 256 | 0 | 17 | 27 | 13 | 24 | 57 | 116 |
| Binary | 11100010 | 10111111 | 10101110 | 0 | 1111 | 10111 | 1011 | 10100 | 101111 | 1001110 |
Color Harmonies of #E2BFAE
Complementary color
Monochromatic Colors of #E2BFAE
Black with #E2BFAE
Text Example
Text Example
White with #E2BFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BFAE; }
p { color: rgb(226,191,174); }
H1.HeaderClassName
{
color: #E2BFAE;
}
.AnyTagClassName
{
color: #E2BFAE;
}
</style>
background-color css
<style>
a { background-color: #E2BFAE; }
a { background-color: rgb(226,191,174); }
div.DivClassName
{
background-color: #E2BFAE;
}
.BgClassName
{
background-color: #E2BFAE;
}
</style>
border-color css
<style>
span { border-color: #E2BFAE; }
span { border-color: rgb(226,191,174); }
td.TdClassName
{
border-color: #E2BFAE;
}
.TagClassName
{
border-color: #E2BFAE;
}
</style>