Shades of Roman #E0685E
Tints of Roman #E0685E
RGB
CMYK
RGB Variations
Color information
#E0685E (or 0xE0685E) is known color: Roman. HEX triplet: E0, 68 and 5E. RGB value is (224,104,94). Sum of RGB (Red+Green+Blue) = 224+104+94=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E0685E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0685E is #1F97A1. Grayscale: #8A8A8A. Windows color (decimal): -2070434 or 6187232. OLE color: 6187232.
HSL color Cylindrical-coordinate representation of color #E0685E: hue angle of 4.62º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0685E is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 104 | 94 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.12 |
| HSL | 4.62º | 0.68% | 0.62% | - |
| HSV(B) | 4.62º | 0.58% | 0.88% | - |
| XYZ | 37.71 | 26.56 | 13.73 | - |
| YUV | 138.74 | 102.76 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 104 | 94 | 0 | 0.54 | 0.58 | 0.12 | 4.62 | 0.68 | 0.62 |
| Hex | E0 | 68 | 5E | 0 | 36 | 3A | C | 5 | 44 | 3E |
| Octal | 340 | 150 | 136 | 0 | 66 | 72 | 14 | 5 | 104 | 76 |
| Binary | 11100000 | 1101000 | 1011110 | 0 | 110110 | 111010 | 1100 | 101 | 1000100 | 111110 |
Color Harmonies of #E0685E
Complementary color
Monochromatic Colors of #E0685E
Black with #E0685E
Text Example
Text Example
White with #E0685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0685E; }
p { color: rgb(224,104,94); }
H1.HeaderClassName
{
color: #E0685E;
}
.AnyTagClassName
{
color: #E0685E;
}
</style>
background-color css
<style>
a { background-color: #E0685E; }
a { background-color: rgb(224,104,94); }
div.DivClassName
{
background-color: #E0685E;
}
.BgClassName
{
background-color: #E0685E;
}
</style>
border-color css
<style>
span { border-color: #E0685E; }
span { border-color: rgb(224,104,94); }
td.TdClassName
{
border-color: #E0685E;
}
.TagClassName
{
border-color: #E0685E;
}
</style>