Shades of Jaffa #E1743D
Tints of Jaffa #E1743D
RGB
CMYK
RGB Variations
Color information
#E1743D (or 0xE1743D) is known color: Jaffa. HEX triplet: E1, 74 and 3D. RGB value is (225,116,61). Sum of RGB (Red+Green+Blue) = 225+116+61=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 61 (24.22% from 255 or 15.17% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E1743D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1743D is #1E8BC2. Grayscale: #8E8E8E. Windows color (decimal): -2001859 or 4027617. OLE color: 4027617.
HSL color Cylindrical-coordinate representation of color #E1743D: hue angle of 20.12º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E1743D is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 116 | 61 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.12 |
| HSL | 20.12º | 0.73% | 0.56% | - |
| HSV(B) | 20.12º | 0.73% | 0.88% | - |
| XYZ | 38.14 | 28.84 | 7.97 | - |
| YUV | 142.32 | 82.11 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 61 | 0 | 0.48 | 0.73 | 0.12 | 20.12 | 0.73 | 0.56 |
| Hex | E1 | 74 | 3D | 0 | 30 | 49 | C | 14 | 49 | 38 |
| Octal | 341 | 164 | 75 | 0 | 60 | 111 | 14 | 24 | 111 | 70 |
| Binary | 11100001 | 1110100 | 111101 | 0 | 110000 | 1001001 | 1100 | 10100 | 1001001 | 111000 |
Color Harmonies of #E1743D
Complementary color
Monochromatic Colors of #E1743D
Black with #E1743D
Text Example
Text Example
White with #E1743D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1743D; }
p { color: rgb(225,116,61); }
H1.HeaderClassName
{
color: #E1743D;
}
.AnyTagClassName
{
color: #E1743D;
}
</style>
background-color css
<style>
a { background-color: #E1743D; }
a { background-color: rgb(225,116,61); }
div.DivClassName
{
background-color: #E1743D;
}
.BgClassName
{
background-color: #E1743D;
}
</style>
border-color css
<style>
span { border-color: #E1743D; }
span { border-color: rgb(225,116,61); }
td.TdClassName
{
border-color: #E1743D;
}
.TagClassName
{
border-color: #E1743D;
}
</style>