Shades of Jaffa #E07745
Tints of Jaffa #E07745
RGB
CMYK
RGB Variations
Color information
#E07745 (or 0xE07745) is known color: Jaffa. HEX triplet: E0, 77 and 45. RGB value is (224,119,69). Sum of RGB (Red+Green+Blue) = 224+119+69=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 69 (27.34% from 255 or 16.75% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E07745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07745 is #1F88BA. Grayscale: #919191. Windows color (decimal): -2066619 or 4552672. OLE color: 4552672.
HSL color Cylindrical-coordinate representation of color #E07745: hue angle of 19.35º 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 #E07745 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 69 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.12 |
| HSL | 19.35º | 0.71% | 0.57% | - |
| HSV(B) | 19.35º | 0.69% | 0.88% | - |
| XYZ | 38.41 | 29.47 | 9.29 | - |
| YUV | 144.7 | 85.29 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 69 | 0 | 0.47 | 0.69 | 0.12 | 19.35 | 0.71 | 0.57 |
| Hex | E0 | 77 | 45 | 0 | 2F | 45 | C | 13 | 47 | 39 |
| Octal | 340 | 167 | 105 | 0 | 57 | 105 | 14 | 23 | 107 | 71 |
| Binary | 11100000 | 1110111 | 1000101 | 0 | 101111 | 1000101 | 1100 | 10011 | 1000111 | 111001 |
Color Harmonies of #E07745
Complementary color
Monochromatic Colors of #E07745
Black with #E07745
Text Example
Text Example
White with #E07745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07745; }
p { color: rgb(224,119,69); }
H1.HeaderClassName
{
color: #E07745;
}
.AnyTagClassName
{
color: #E07745;
}
</style>
background-color css
<style>
a { background-color: #E07745; }
a { background-color: rgb(224,119,69); }
div.DivClassName
{
background-color: #E07745;
}
.BgClassName
{
background-color: #E07745;
}
</style>
border-color css
<style>
span { border-color: #E07745; }
span { border-color: rgb(224,119,69); }
td.TdClassName
{
border-color: #E07745;
}
.TagClassName
{
border-color: #E07745;
}
</style>