Shades of Just Right #E3BAA5
Tints of Just Right #E3BAA5
RGB
CMYK
RGB Variations
Color information
#E3BAA5 (or 0xE3BAA5) is known color: Just Right. HEX triplet: E3, BA and A5. RGB value is (227,186,165). Sum of RGB (Red+Green+Blue) = 227+186+165=578 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.27% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 165 (64.84% from 255 or 28.55% from 578); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BAA5 is #1C455A. Grayscale: #C3C3C3. Windows color (decimal): -1852763 or 10861283. OLE color: 10861283.
HSL color Cylindrical-coordinate representation of color #E3BAA5: hue angle of 20.32º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E3BAA5 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 186 | 165 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.11 |
| HSL | 20.32º | 0.53% | 0.77% | - |
| HSV(B) | 20.32º | 0.27% | 0.89% | - |
| XYZ | 56.03 | 54.17 | 43.1 | - |
| YUV | 195.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 186 | 165 | 0 | 0.18 | 0.27 | 0.11 | 20.32 | 0.53 | 0.77 |
| Hex | E3 | BA | A5 | 0 | 12 | 1B | B | 14 | 35 | 4D |
| Octal | 343 | 272 | 245 | 0 | 22 | 33 | 13 | 24 | 65 | 115 |
| Binary | 11100011 | 10111010 | 10100101 | 0 | 10010 | 11011 | 1011 | 10100 | 110101 | 1001101 |
Color Harmonies of #E3BAA5
Complementary color
Monochromatic Colors of #E3BAA5
Black with #E3BAA5
Text Example
Text Example
White with #E3BAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BAA5; }
p { color: rgb(227,186,165); }
H1.HeaderClassName
{
color: #E3BAA5;
}
.AnyTagClassName
{
color: #E3BAA5;
}
</style>
background-color css
<style>
a { background-color: #E3BAA5; }
a { background-color: rgb(227,186,165); }
div.DivClassName
{
background-color: #E3BAA5;
}
.BgClassName
{
background-color: #E3BAA5;
}
</style>
border-color css
<style>
span { border-color: #E3BAA5; }
span { border-color: rgb(227,186,165); }
td.TdClassName
{
border-color: #E3BAA5;
}
.TagClassName
{
border-color: #E3BAA5;
}
</style>