Shades of Just Right #E5BBA4
Tints of Just Right #E5BBA4
RGB
CMYK
RGB Variations
Color information
#E5BBA4 (or 0xE5BBA4) is known color: Just Right. HEX triplet: E5, BB and A4. RGB value is (229,187,164). Sum of RGB (Red+Green+Blue) = 229+187+164=580 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.48% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 164 (64.45% from 255 or 28.28% from 580); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BBA4 is #1A445B. Grayscale: #C5C5C5. Windows color (decimal): -1721436 or 10796005. OLE color: 10796005.
HSL color Cylindrical-coordinate representation of color #E5BBA4: hue angle of 21.23º degrees, saturation: 0.56, 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 #E5BBA4 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 187 | 164 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.10 |
| HSL | 21.23º | 0.56% | 0.77% | - |
| HSV(B) | 21.23º | 0.28% | 0.9% | - |
| XYZ | 56.78 | 54.88 | 42.72 | - |
| YUV | 196.94 | 109.41 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 187 | 164 | 0 | 0.18 | 0.28 | 0.10 | 21.23 | 0.56 | 0.77 |
| Hex | E5 | BB | A4 | 0 | 12 | 1C | A | 15 | 38 | 4D |
| Octal | 345 | 273 | 244 | 0 | 22 | 34 | 12 | 25 | 70 | 115 |
| Binary | 11100101 | 10111011 | 10100100 | 0 | 10010 | 11100 | 1010 | 10101 | 111000 | 1001101 |
Color Harmonies of #E5BBA4
Complementary color
Monochromatic Colors of #E5BBA4
Black with #E5BBA4
Text Example
Text Example
White with #E5BBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BBA4; }
p { color: rgb(229,187,164); }
H1.HeaderClassName
{
color: #E5BBA4;
}
.AnyTagClassName
{
color: #E5BBA4;
}
</style>
background-color css
<style>
a { background-color: #E5BBA4; }
a { background-color: rgb(229,187,164); }
div.DivClassName
{
background-color: #E5BBA4;
}
.BgClassName
{
background-color: #E5BBA4;
}
</style>
border-color css
<style>
span { border-color: #E5BBA4; }
span { border-color: rgb(229,187,164); }
td.TdClassName
{
border-color: #E5BBA4;
}
.TagClassName
{
border-color: #E5BBA4;
}
</style>