Shades of Just Right #E4BEAA
Tints of Just Right #E4BEAA
RGB
CMYK
RGB Variations
Color information
#E4BEAA (or 0xE4BEAA) is known color: Just Right. HEX triplet: E4, BE and AA. RGB value is (228,190,170). Sum of RGB (Red+Green+Blue) = 228+190+170=588 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.78% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 170 (66.80% from 255 or 28.91% from 588); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4BEAA is #1B4155. Grayscale: #C7C7C7. Windows color (decimal): -1786198 or 11189988. OLE color: 11189988.
HSL color Cylindrical-coordinate representation of color #E4BEAA: hue angle of 20.69º degrees, saturation: 0.52, 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 #E4BEAA is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 190 | 170 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.11 |
| HSL | 20.69º | 0.52% | 0.78% | - |
| HSV(B) | 20.69º | 0.25% | 0.89% | - |
| XYZ | 57.66 | 56.22 | 45.84 | - |
| YUV | 199.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 190 | 170 | 0 | 0.17 | 0.25 | 0.11 | 20.69 | 0.52 | 0.78 |
| Hex | E4 | BE | AA | 0 | 11 | 19 | B | 15 | 34 | 4E |
| Octal | 344 | 276 | 252 | 0 | 21 | 31 | 13 | 25 | 64 | 116 |
| Binary | 11100100 | 10111110 | 10101010 | 0 | 10001 | 11001 | 1011 | 10101 | 110100 | 1001110 |
Color Harmonies of #E4BEAA
Complementary color
Monochromatic Colors of #E4BEAA
Black with #E4BEAA
Text Example
Text Example
White with #E4BEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BEAA; }
p { color: rgb(228,190,170); }
H1.HeaderClassName
{
color: #E4BEAA;
}
.AnyTagClassName
{
color: #E4BEAA;
}
</style>
background-color css
<style>
a { background-color: #E4BEAA; }
a { background-color: rgb(228,190,170); }
div.DivClassName
{
background-color: #E4BEAA;
}
.BgClassName
{
background-color: #E4BEAA;
}
</style>
border-color css
<style>
span { border-color: #E4BEAA; }
span { border-color: rgb(228,190,170); }
td.TdClassName
{
border-color: #E4BEAA;
}
.TagClassName
{
border-color: #E4BEAA;
}
</style>