Shades of Jaffa #E2744B
Tints of Jaffa #E2744B
RGB
CMYK
RGB Variations
Color information
#E2744B (or 0xE2744B) is known color: Jaffa. HEX triplet: E2, 74 and 4B. RGB value is (226,116,75). Sum of RGB (Red+Green+Blue) = 226+116+75=417 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.20% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 226 - color contains mainly: red. Hex color #E2744B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2744B is #1D8BB4. Grayscale: #909090. Windows color (decimal): -1936309 or 4945122. OLE color: 4945122.
HSL color Cylindrical-coordinate representation of color #E2744B: hue angle of 16.29º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2744B is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 116 | 75 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.11 |
| HSL | 16.29º | 0.72% | 0.59% | - |
| HSV(B) | 16.29º | 0.67% | 0.89% | - |
| XYZ | 38.88 | 29.17 | 10.24 | - |
| YUV | 144.22 | 88.94 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 116 | 75 | 0 | 0.49 | 0.67 | 0.11 | 16.29 | 0.72 | 0.59 |
| Hex | E2 | 74 | 4B | 0 | 31 | 43 | B | 10 | 48 | 3B |
| Octal | 342 | 164 | 113 | 0 | 61 | 103 | 13 | 20 | 110 | 73 |
| Binary | 11100010 | 1110100 | 1001011 | 0 | 110001 | 1000011 | 1011 | 10000 | 1001000 | 111011 |
Color Harmonies of #E2744B
Complementary color
Monochromatic Colors of #E2744B
Black with #E2744B
Text Example
Text Example
White with #E2744B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2744B; }
p { color: rgb(226,116,75); }
H1.HeaderClassName
{
color: #E2744B;
}
.AnyTagClassName
{
color: #E2744B;
}
</style>
background-color css
<style>
a { background-color: #E2744B; }
a { background-color: rgb(226,116,75); }
div.DivClassName
{
background-color: #E2744B;
}
.BgClassName
{
background-color: #E2744B;
}
</style>
border-color css
<style>
span { border-color: #E2744B; }
span { border-color: rgb(226,116,75); }
td.TdClassName
{
border-color: #E2744B;
}
.TagClassName
{
border-color: #E2744B;
}
</style>