Shades of Just Right #E5BAA3
Tints of Just Right #E5BAA3
RGB
CMYK
RGB Variations
Color information
#E5BAA3 (or 0xE5BAA3) is known color: Just Right. HEX triplet: E5, BA and A3. RGB value is (229,186,163). Sum of RGB (Red+Green+Blue) = 229+186+163=578 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.62% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 163 (64.06% from 255 or 28.20% from 578); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BAA3 is #1A455C. Grayscale: #C4C4C4. Windows color (decimal): -1721693 or 10730213. OLE color: 10730213.
HSL color Cylindrical-coordinate representation of color #E5BAA3: hue angle of 20.91º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5BAA3 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 163 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.10 |
| HSL | 20.91º | 0.56% | 0.77% | - |
| HSV(B) | 20.91º | 0.29% | 0.9% | - |
| XYZ | 56.48 | 54.42 | 42.18 | - |
| YUV | 196.24 | 109.25 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 163 | 0 | 0.19 | 0.29 | 0.10 | 20.91 | 0.56 | 0.77 |
| Hex | E5 | BA | A3 | 0 | 13 | 1D | A | 15 | 38 | 4D |
| Octal | 345 | 272 | 243 | 0 | 23 | 35 | 12 | 25 | 70 | 115 |
| Binary | 11100101 | 10111010 | 10100011 | 0 | 10011 | 11101 | 1010 | 10101 | 111000 | 1001101 |
Color Harmonies of #E5BAA3
Complementary color
Monochromatic Colors of #E5BAA3
Black with #E5BAA3
Text Example
Text Example
White with #E5BAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BAA3; }
p { color: rgb(229,186,163); }
H1.HeaderClassName
{
color: #E5BAA3;
}
.AnyTagClassName
{
color: #E5BAA3;
}
</style>
background-color css
<style>
a { background-color: #E5BAA3; }
a { background-color: rgb(229,186,163); }
div.DivClassName
{
background-color: #E5BAA3;
}
.BgClassName
{
background-color: #E5BAA3;
}
</style>
border-color css
<style>
span { border-color: #E5BAA3; }
span { border-color: rgb(229,186,163); }
td.TdClassName
{
border-color: #E5BAA3;
}
.TagClassName
{
border-color: #E5BAA3;
}
</style>