Shades of Just Right #E0C2AD
Tints of Just Right #E0C2AD
RGB
CMYK
RGB Variations
Color information
#E0C2AD (or 0xE0C2AD) is known color: Just Right. HEX triplet: E0, C2 and AD. RGB value is (224,194,173). Sum of RGB (Red+Green+Blue) = 224+194+173=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 194 (76.17% from 255 or 32.83% from 591); Blue value is 173 (67.97% from 255 or 29.27% from 591); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C2AD is #1F3D52. Grayscale: #C8C8C8. Windows color (decimal): -2047315 or 11387616. OLE color: 11387616.
HSL color Cylindrical-coordinate representation of color #E0C2AD: hue angle of 24.71º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0C2AD is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 194 | 173 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.12 |
| HSL | 24.71º | 0.45% | 0.78% | - |
| HSV(B) | 24.71º | 0.23% | 0.88% | - |
| XYZ | 57.58 | 57.45 | 47.59 | - |
| YUV | 200.58 | 112.44 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 194 | 173 | 0 | 0.13 | 0.23 | 0.12 | 24.71 | 0.45 | 0.78 |
| Hex | E0 | C2 | AD | 0 | D | 17 | C | 19 | 2D | 4E |
| Octal | 340 | 302 | 255 | 0 | 15 | 27 | 14 | 31 | 55 | 116 |
| Binary | 11100000 | 11000010 | 10101101 | 0 | 1101 | 10111 | 1100 | 11001 | 101101 | 1001110 |
Color Harmonies of #E0C2AD
Complementary color
Monochromatic Colors of #E0C2AD
Black with #E0C2AD
Text Example
Text Example
White with #E0C2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C2AD; }
p { color: rgb(224,194,173); }
H1.HeaderClassName
{
color: #E0C2AD;
}
.AnyTagClassName
{
color: #E0C2AD;
}
</style>
background-color css
<style>
a { background-color: #E0C2AD; }
a { background-color: rgb(224,194,173); }
div.DivClassName
{
background-color: #E0C2AD;
}
.BgClassName
{
background-color: #E0C2AD;
}
</style>
border-color css
<style>
span { border-color: #E0C2AD; }
span { border-color: rgb(224,194,173); }
td.TdClassName
{
border-color: #E0C2AD;
}
.TagClassName
{
border-color: #E0C2AD;
}
</style>