Shades of Jaffa #E07C4A
Tints of Jaffa #E07C4A
RGB
CMYK
RGB Variations
Color information
#E07C4A (or 0xE07C4A) is known color: Jaffa. HEX triplet: E0, 7C and 4A. RGB value is (224,124,74). Sum of RGB (Red+Green+Blue) = 224+124+74=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07C4A is #1F83B5. Grayscale: #949494. Windows color (decimal): -2065334 or 4881632. OLE color: 4881632.
HSL color Cylindrical-coordinate representation of color #E07C4A: hue angle of 20º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E07C4A is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 74 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.12 |
| HSL | 20º | 0.71% | 0.58% | - |
| HSV(B) | 20º | 0.67% | 0.88% | - |
| XYZ | 39.18 | 30.76 | 10.35 | - |
| YUV | 148.2 | 86.13 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 74 | 0 | 0.45 | 0.67 | 0.12 | 20 | 0.71 | 0.58 |
| Hex | E0 | 7C | 4A | 0 | 2D | 43 | C | 14 | 47 | 3A |
| Octal | 340 | 174 | 112 | 0 | 55 | 103 | 14 | 24 | 107 | 72 |
| Binary | 11100000 | 1111100 | 1001010 | 0 | 101101 | 1000011 | 1100 | 10100 | 1000111 | 111010 |
Color Harmonies of #E07C4A
Complementary color
Monochromatic Colors of #E07C4A
Black with #E07C4A
Text Example
Text Example
White with #E07C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07C4A; }
p { color: rgb(224,124,74); }
H1.HeaderClassName
{
color: #E07C4A;
}
.AnyTagClassName
{
color: #E07C4A;
}
</style>
background-color css
<style>
a { background-color: #E07C4A; }
a { background-color: rgb(224,124,74); }
div.DivClassName
{
background-color: #E07C4A;
}
.BgClassName
{
background-color: #E07C4A;
}
</style>
border-color css
<style>
span { border-color: #E07C4A; }
span { border-color: rgb(224,124,74); }
td.TdClassName
{
border-color: #E07C4A;
}
.TagClassName
{
border-color: #E07C4A;
}
</style>