Shades of Just Right #E2BAAA
Tints of Just Right #E2BAAA
RGB
CMYK
RGB Variations
Color information
#E2BAAA (or 0xE2BAAA) is known color: Just Right. HEX triplet: E2, BA and AA. RGB value is (226,186,170). Sum of RGB (Red+Green+Blue) = 226+186+170=582 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.83% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BAAA is #1D4555. Grayscale: #C4C4C4. Windows color (decimal): -1918294 or 11188962. OLE color: 11188962.
HSL color Cylindrical-coordinate representation of color #E2BAAA: hue angle of 17.14º degrees, saturation: 0.49, 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 #E2BAAA is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 186 | 170 | - |
CMYK | 0 | 0.18 | 0.25 | 0.11 |
HSL | 17.14º | 0.49% | 0.78% | - |
HSV(B) | 17.14º | 0.25% | 0.89% | - |
XYZ | 56.18 | 54.19 | 45.53 | - |
YUV | 196.14 | 113.25 | 149.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 186 | 170 | 0 | 0.18 | 0.25 | 0.11 | 17.14 | 0.49 | 0.78 |
Hex | E2 | BA | AA | 0 | 12 | 19 | B | 11 | 31 | 4E |
Octal | 342 | 272 | 252 | 0 | 22 | 31 | 13 | 21 | 61 | 116 |
Binary | 11100010 | 10111010 | 10101010 | 0 | 10010 | 11001 | 1011 | 10001 | 110001 | 1001110 |
Color Harmonies of #E2BAAA
Complementary color
Monochromatic Colors of #E2BAAA
Black with #E2BAAA
Text Example
Text Example
White with #E2BAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BAAA; }
p { color: rgb(226,186,170); }
H1.HeaderClassName
{
color: #E2BAAA;
}
.AnyTagClassName
{
color: #E2BAAA;
}
</style>
background-color css
<style>
a { background-color: #E2BAAA; }
a { background-color: rgb(226,186,170); }
div.DivClassName
{
background-color: #E2BAAA;
}
.BgClassName
{
background-color: #E2BAAA;
}
</style>
border-color css
<style>
span { border-color: #E2BAAA; }
span { border-color: rgb(226,186,170); }
td.TdClassName
{
border-color: #E2BAAA;
}
.TagClassName
{
border-color: #E2BAAA;
}
</style>