Shades of Jaffa #E07045
Tints of Jaffa #E07045
RGB
CMYK
RGB Variations
Color information
#E07045 (or 0xE07045) is known color: Jaffa. HEX triplet: E0, 70 and 45. RGB value is (224,112,69). Sum of RGB (Red+Green+Blue) = 224+112+69=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E07045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07045 is #1F8FBA. Grayscale: #8C8C8C. Windows color (decimal): -2068411 or 4550880. OLE color: 4550880.
HSL color Cylindrical-coordinate representation of color #E07045: hue angle of 16.65º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E07045 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 112 | 69 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.12 |
| HSL | 16.65º | 0.71% | 0.57% | - |
| HSV(B) | 16.65º | 0.69% | 0.88% | - |
| XYZ | 37.61 | 27.87 | 9.03 | - |
| YUV | 140.59 | 87.61 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 69 | 0 | 0.50 | 0.69 | 0.12 | 16.65 | 0.71 | 0.57 |
| Hex | E0 | 70 | 45 | 0 | 32 | 45 | C | 11 | 47 | 39 |
| Octal | 340 | 160 | 105 | 0 | 62 | 105 | 14 | 21 | 107 | 71 |
| Binary | 11100000 | 1110000 | 1000101 | 0 | 110010 | 1000101 | 1100 | 10001 | 1000111 | 111001 |
Color Harmonies of #E07045
Complementary color
Monochromatic Colors of #E07045
Black with #E07045
Text Example
Text Example
White with #E07045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07045; }
p { color: rgb(224,112,69); }
H1.HeaderClassName
{
color: #E07045;
}
.AnyTagClassName
{
color: #E07045;
}
</style>
background-color css
<style>
a { background-color: #E07045; }
a { background-color: rgb(224,112,69); }
div.DivClassName
{
background-color: #E07045;
}
.BgClassName
{
background-color: #E07045;
}
</style>
border-color css
<style>
span { border-color: #E07045; }
span { border-color: rgb(224,112,69); }
td.TdClassName
{
border-color: #E07045;
}
.TagClassName
{
border-color: #E07045;
}
</style>