Shades of Roman #E1685B
Tints of Roman #E1685B
RGB
CMYK
RGB Variations
Color information
#E1685B (or 0xE1685B) is known color: Roman. HEX triplet: E1, 68 and 5B. RGB value is (225,104,91). Sum of RGB (Red+Green+Blue) = 225+104+91=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E1685B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1685B is #1E97A4. Grayscale: #8A8A8A. Windows color (decimal): -2004901 or 5990625. OLE color: 5990625.
HSL color Cylindrical-coordinate representation of color #E1685B: hue angle of 5.82º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E1685B is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 104 | 91 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.12 |
| HSL | 5.82º | 0.69% | 0.62% | - |
| HSV(B) | 5.82º | 0.6% | 0.88% | - |
| XYZ | 37.89 | 26.66 | 13.05 | - |
| YUV | 138.7 | 101.09 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 104 | 91 | 0 | 0.54 | 0.60 | 0.12 | 5.82 | 0.69 | 0.62 |
| Hex | E1 | 68 | 5B | 0 | 36 | 3C | C | 6 | 45 | 3E |
| Octal | 341 | 150 | 133 | 0 | 66 | 74 | 14 | 6 | 105 | 76 |
| Binary | 11100001 | 1101000 | 1011011 | 0 | 110110 | 111100 | 1100 | 110 | 1000101 | 111110 |
Color Harmonies of #E1685B
Complementary color
Monochromatic Colors of #E1685B
Black with #E1685B
Text Example
Text Example
White with #E1685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1685B; }
p { color: rgb(225,104,91); }
H1.HeaderClassName
{
color: #E1685B;
}
.AnyTagClassName
{
color: #E1685B;
}
</style>
background-color css
<style>
a { background-color: #E1685B; }
a { background-color: rgb(225,104,91); }
div.DivClassName
{
background-color: #E1685B;
}
.BgClassName
{
background-color: #E1685B;
}
</style>
border-color css
<style>
span { border-color: #E1685B; }
span { border-color: rgb(225,104,91); }
td.TdClassName
{
border-color: #E1685B;
}
.TagClassName
{
border-color: #E1685B;
}
</style>