Shades of Just Right #E5BAA5
Tints of Just Right #E5BAA5
RGB
CMYK
RGB Variations
Color information
#E5BAA5 (or 0xE5BAA5) is known color: Just Right. HEX triplet: E5, BA and A5. RGB value is (229,186,165). Sum of RGB (Red+Green+Blue) = 229+186+165=580 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.48% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 165 (64.84% from 255 or 28.45% from 580); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BAA5 is #1A455A. Grayscale: #C4C4C4. Windows color (decimal): -1721691 or 10861285. OLE color: 10861285.
HSL color Cylindrical-coordinate representation of color #E5BAA5: hue angle of 19.69º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5BAA5 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 165 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.10 |
| HSL | 19.69º | 0.55% | 0.77% | - |
| HSV(B) | 19.69º | 0.28% | 0.9% | - |
| XYZ | 56.66 | 54.49 | 43.13 | - |
| YUV | 196.46 | 110.25 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 165 | 0 | 0.19 | 0.28 | 0.10 | 19.69 | 0.55 | 0.77 |
| Hex | E5 | BA | A5 | 0 | 13 | 1C | A | 14 | 37 | 4D |
| Octal | 345 | 272 | 245 | 0 | 23 | 34 | 12 | 24 | 67 | 115 |
| Binary | 11100101 | 10111010 | 10100101 | 0 | 10011 | 11100 | 1010 | 10100 | 110111 | 1001101 |
Color Harmonies of #E5BAA5
Complementary color
Monochromatic Colors of #E5BAA5
Black with #E5BAA5
Text Example
Text Example
White with #E5BAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BAA5; }
p { color: rgb(229,186,165); }
H1.HeaderClassName
{
color: #E5BAA5;
}
.AnyTagClassName
{
color: #E5BAA5;
}
</style>
background-color css
<style>
a { background-color: #E5BAA5; }
a { background-color: rgb(229,186,165); }
div.DivClassName
{
background-color: #E5BAA5;
}
.BgClassName
{
background-color: #E5BAA5;
}
</style>
border-color css
<style>
span { border-color: #E5BAA5; }
span { border-color: rgb(229,186,165); }
td.TdClassName
{
border-color: #E5BAA5;
}
.TagClassName
{
border-color: #E5BAA5;
}
</style>