Shades of Jaffa #E2724A
Tints of Jaffa #E2724A
RGB
CMYK
RGB Variations
Color information
#E2724A (or 0xE2724A) is known color: Jaffa. HEX triplet: E2, 72 and 4A. RGB value is (226,114,74). Sum of RGB (Red+Green+Blue) = 226+114+74=414 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.59% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 226 - color contains mainly: red. Hex color #E2724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2724A is #1D8DB5. Grayscale: #8F8F8F. Windows color (decimal): -1936822 or 4879074. OLE color: 4879074.
HSL color Cylindrical-coordinate representation of color #E2724A: hue angle of 15.79º 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 #E2724A is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 114 | 74 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.11 |
| HSL | 15.79º | 0.72% | 0.59% | - |
| HSV(B) | 15.79º | 0.67% | 0.89% | - |
| XYZ | 38.62 | 28.7 | 9.98 | - |
| YUV | 142.93 | 89.11 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 114 | 74 | 0 | 0.50 | 0.67 | 0.11 | 15.79 | 0.72 | 0.59 |
| Hex | E2 | 72 | 4A | 0 | 32 | 43 | B | 10 | 48 | 3B |
| Octal | 342 | 162 | 112 | 0 | 62 | 103 | 13 | 20 | 110 | 73 |
| Binary | 11100010 | 1110010 | 1001010 | 0 | 110010 | 1000011 | 1011 | 10000 | 1001000 | 111011 |
Color Harmonies of #E2724A
Complementary color
Monochromatic Colors of #E2724A
Black with #E2724A
Text Example
Text Example
White with #E2724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2724A; }
p { color: rgb(226,114,74); }
H1.HeaderClassName
{
color: #E2724A;
}
.AnyTagClassName
{
color: #E2724A;
}
</style>
background-color css
<style>
a { background-color: #E2724A; }
a { background-color: rgb(226,114,74); }
div.DivClassName
{
background-color: #E2724A;
}
.BgClassName
{
background-color: #E2724A;
}
</style>
border-color css
<style>
span { border-color: #E2724A; }
span { border-color: rgb(226,114,74); }
td.TdClassName
{
border-color: #E2724A;
}
.TagClassName
{
border-color: #E2724A;
}
</style>