Shades of Jaffa #E07448
Tints of Jaffa #E07448
RGB
CMYK
RGB Variations
Color information
#E07448 (or 0xE07448) is known color: Jaffa. HEX triplet: E0, 74 and 48. RGB value is (224,116,72). Sum of RGB (Red+Green+Blue) = 224+116+72=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 72 (28.52% from 255 or 17.48% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E07448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07448 is #1F8BB7. Grayscale: #8F8F8F. Windows color (decimal): -2067384 or 4748512. OLE color: 4748512.
HSL color Cylindrical-coordinate representation of color #E07448: hue angle of 17.37º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E07448 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 72 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.12 |
| HSL | 17.37º | 0.71% | 0.58% | - |
| HSV(B) | 17.37º | 0.68% | 0.88% | - |
| XYZ | 38.16 | 28.81 | 9.68 | - |
| YUV | 143.28 | 87.78 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 72 | 0 | 0.48 | 0.68 | 0.12 | 17.37 | 0.71 | 0.58 |
| Hex | E0 | 74 | 48 | 0 | 30 | 44 | C | 11 | 47 | 3A |
| Octal | 340 | 164 | 110 | 0 | 60 | 104 | 14 | 21 | 107 | 72 |
| Binary | 11100000 | 1110100 | 1001000 | 0 | 110000 | 1000100 | 1100 | 10001 | 1000111 | 111010 |
Color Harmonies of #E07448
Complementary color
Monochromatic Colors of #E07448
Black with #E07448
Text Example
Text Example
White with #E07448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07448; }
p { color: rgb(224,116,72); }
H1.HeaderClassName
{
color: #E07448;
}
.AnyTagClassName
{
color: #E07448;
}
</style>
background-color css
<style>
a { background-color: #E07448; }
a { background-color: rgb(224,116,72); }
div.DivClassName
{
background-color: #E07448;
}
.BgClassName
{
background-color: #E07448;
}
</style>
border-color css
<style>
span { border-color: #E07448; }
span { border-color: rgb(224,116,72); }
td.TdClassName
{
border-color: #E07448;
}
.TagClassName
{
border-color: #E07448;
}
</style>