Shades of Jaffa #E17345
Tints of Jaffa #E17345
RGB
CMYK
RGB Variations
Color information
#E17345 (or 0xE17345) is known color: Jaffa. HEX triplet: E1, 73 and 45. RGB value is (225,115,69). Sum of RGB (Red+Green+Blue) = 225+115+69=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 69 (27.34% from 255 or 16.87% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E17345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17345 is #1E8CBA. Grayscale: #8E8E8E. Windows color (decimal): -2002107 or 4551649. OLE color: 4551649.
HSL color Cylindrical-coordinate representation of color #E17345: hue angle of 17.69º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E17345 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 115 | 69 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.12 |
| HSL | 17.69º | 0.72% | 0.58% | - |
| HSV(B) | 17.69º | 0.69% | 0.88% | - |
| XYZ | 38.26 | 28.7 | 9.15 | - |
| YUV | 142.65 | 86.44 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 115 | 69 | 0 | 0.49 | 0.69 | 0.12 | 17.69 | 0.72 | 0.58 |
| Hex | E1 | 73 | 45 | 0 | 31 | 45 | C | 12 | 48 | 3A |
| Octal | 341 | 163 | 105 | 0 | 61 | 105 | 14 | 22 | 110 | 72 |
| Binary | 11100001 | 1110011 | 1000101 | 0 | 110001 | 1000101 | 1100 | 10010 | 1001000 | 111010 |
Color Harmonies of #E17345
Complementary color
Monochromatic Colors of #E17345
Black with #E17345
Text Example
Text Example
White with #E17345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17345; }
p { color: rgb(225,115,69); }
H1.HeaderClassName
{
color: #E17345;
}
.AnyTagClassName
{
color: #E17345;
}
</style>
background-color css
<style>
a { background-color: #E17345; }
a { background-color: rgb(225,115,69); }
div.DivClassName
{
background-color: #E17345;
}
.BgClassName
{
background-color: #E17345;
}
</style>
border-color css
<style>
span { border-color: #E17345; }
span { border-color: rgb(225,115,69); }
td.TdClassName
{
border-color: #E17345;
}
.TagClassName
{
border-color: #E17345;
}
</style>