Shades of Just Right #E0B7A2
Tints of Just Right #E0B7A2
RGB
CMYK
RGB Variations
Color information
#E0B7A2 (or 0xE0B7A2) is known color: Just Right. HEX triplet: E0, B7 and A2. RGB value is (224,183,162). Sum of RGB (Red+Green+Blue) = 224+183+162=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 183 (71.88% from 255 or 32.16% from 569); Blue value is 162 (63.67% from 255 or 28.47% from 569); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B7A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B7A2 is #1F485D. Grayscale: #C0C0C0. Windows color (decimal): -2050142 or 10663904. OLE color: 10663904.
HSL color Cylindrical-coordinate representation of color #E0B7A2: hue angle of 20.32º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E0B7A2 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 183 | 162 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.12 |
| HSL | 20.32º | 0.5% | 0.76% | - |
| HSV(B) | 20.32º | 0.28% | 0.88% | - |
| XYZ | 54.2 | 52.32 | 41.43 | - |
| YUV | 192.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 183 | 162 | 0 | 0.18 | 0.28 | 0.12 | 20.32 | 0.5 | 0.76 |
| Hex | E0 | B7 | A2 | 0 | 12 | 1C | C | 14 | 32 | 4C |
| Octal | 340 | 267 | 242 | 0 | 22 | 34 | 14 | 24 | 62 | 114 |
| Binary | 11100000 | 10110111 | 10100010 | 0 | 10010 | 11100 | 1100 | 10100 | 110010 | 1001100 |
Color Harmonies of #E0B7A2
Complementary color
Monochromatic Colors of #E0B7A2
Black with #E0B7A2
Text Example
Text Example
White with #E0B7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B7A2; }
p { color: rgb(224,183,162); }
H1.HeaderClassName
{
color: #E0B7A2;
}
.AnyTagClassName
{
color: #E0B7A2;
}
</style>
background-color css
<style>
a { background-color: #E0B7A2; }
a { background-color: rgb(224,183,162); }
div.DivClassName
{
background-color: #E0B7A2;
}
.BgClassName
{
background-color: #E0B7A2;
}
</style>
border-color css
<style>
span { border-color: #E0B7A2; }
span { border-color: rgb(224,183,162); }
td.TdClassName
{
border-color: #E0B7A2;
}
.TagClassName
{
border-color: #E0B7A2;
}
</style>