Shades of Just Right #E0C5B3
Tints of Just Right #E0C5B3
RGB
CMYK
RGB Variations
Color information
#E0C5B3 (or 0xE0C5B3) is known color: Just Right. HEX triplet: E0, C5 and B3. RGB value is (224,197,179). Sum of RGB (Red+Green+Blue) = 224+197+179=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 197 (77.34% from 255 or 32.83% from 600); Blue value is 179 (70.31% from 255 or 29.83% from 600); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C5B3 is #1F3A4C. Grayscale: #CBCBCB. Windows color (decimal): -2046541 or 11781600. OLE color: 11781600.
HSL color Cylindrical-coordinate representation of color #E0C5B3: hue angle of 24º degrees, saturation: 0.42, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E0C5B3 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 197 | 179 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.12 |
| HSL | 24º | 0.42% | 0.79% | - |
| HSV(B) | 24º | 0.2% | 0.88% | - |
| XYZ | 58.84 | 59.03 | 50.94 | - |
| YUV | 203.02 | 114.45 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 197 | 179 | 0 | 0.12 | 0.20 | 0.12 | 24 | 0.42 | 0.79 |
| Hex | E0 | C5 | B3 | 0 | C | 14 | C | 18 | 2A | 4F |
| Octal | 340 | 305 | 263 | 0 | 14 | 24 | 14 | 30 | 52 | 117 |
| Binary | 11100000 | 11000101 | 10110011 | 0 | 1100 | 10100 | 1100 | 11000 | 101010 | 1001111 |
Color Harmonies of #E0C5B3
Complementary color
Monochromatic Colors of #E0C5B3
Black with #E0C5B3
Text Example
Text Example
White with #E0C5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C5B3; }
p { color: rgb(224,197,179); }
H1.HeaderClassName
{
color: #E0C5B3;
}
.AnyTagClassName
{
color: #E0C5B3;
}
</style>
background-color css
<style>
a { background-color: #E0C5B3; }
a { background-color: rgb(224,197,179); }
div.DivClassName
{
background-color: #E0C5B3;
}
.BgClassName
{
background-color: #E0C5B3;
}
</style>
border-color css
<style>
span { border-color: #E0C5B3; }
span { border-color: rgb(224,197,179); }
td.TdClassName
{
border-color: #E0C5B3;
}
.TagClassName
{
border-color: #E0C5B3;
}
</style>