Shades of Jaffa #E2753B
Tints of Jaffa #E2753B
RGB
CMYK
RGB Variations
Color information
#E2753B (or 0xE2753B) is known color: Jaffa. HEX triplet: E2, 75 and 3B. RGB value is (226,117,59). Sum of RGB (Red+Green+Blue) = 226+117+59=402 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.22% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 59 (23.44% from 255 or 14.68% from 402); Max value from RGB is 226 - color contains mainly: red. Hex color #E2753B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2753B is #1D8AC4. Grayscale: #8F8F8F. Windows color (decimal): -1936069 or 3896802. OLE color: 3896802.
HSL color Cylindrical-coordinate representation of color #E2753B: hue angle of 20.84º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E2753B is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 117 | 59 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.11 |
| HSL | 20.84º | 0.74% | 0.56% | - |
| HSV(B) | 20.84º | 0.74% | 0.89% | - |
| XYZ | 38.51 | 29.21 | 7.75 | - |
| YUV | 142.98 | 80.61 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 117 | 59 | 0 | 0.48 | 0.74 | 0.11 | 20.84 | 0.74 | 0.56 |
| Hex | E2 | 75 | 3B | 0 | 30 | 4A | B | 15 | 4A | 38 |
| Octal | 342 | 165 | 73 | 0 | 60 | 112 | 13 | 25 | 112 | 70 |
| Binary | 11100010 | 1110101 | 111011 | 0 | 110000 | 1001010 | 1011 | 10101 | 1001010 | 111000 |
Color Harmonies of #E2753B
Complementary color
Monochromatic Colors of #E2753B
Black with #E2753B
Text Example
Text Example
White with #E2753B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2753B; }
p { color: rgb(226,117,59); }
H1.HeaderClassName
{
color: #E2753B;
}
.AnyTagClassName
{
color: #E2753B;
}
</style>
background-color css
<style>
a { background-color: #E2753B; }
a { background-color: rgb(226,117,59); }
div.DivClassName
{
background-color: #E2753B;
}
.BgClassName
{
background-color: #E2753B;
}
</style>
border-color css
<style>
span { border-color: #E2753B; }
span { border-color: rgb(226,117,59); }
td.TdClassName
{
border-color: #E2753B;
}
.TagClassName
{
border-color: #E2753B;
}
</style>