Shades of Jaffa #E07D4D
Tints of Jaffa #E07D4D
RGB
CMYK
RGB Variations
Color information
#E07D4D (or 0xE07D4D) is known color: Jaffa. HEX triplet: E0, 7D and 4D. RGB value is (224,125,77). Sum of RGB (Red+Green+Blue) = 224+125+77=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07D4D is #1F82B2. Grayscale: #959595. Windows color (decimal): -2065075 or 5078496. OLE color: 5078496.
HSL color Cylindrical-coordinate representation of color #E07D4D: hue angle of 19.59º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E07D4D is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 125 | 77 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.12 |
| HSL | 19.59º | 0.7% | 0.59% | - |
| HSV(B) | 19.59º | 0.66% | 0.88% | - |
| XYZ | 39.41 | 31.05 | 10.94 | - |
| YUV | 149.13 | 87.3 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 125 | 77 | 0 | 0.44 | 0.66 | 0.12 | 19.59 | 0.7 | 0.59 |
| Hex | E0 | 7D | 4D | 0 | 2C | 42 | C | 14 | 46 | 3B |
| Octal | 340 | 175 | 115 | 0 | 54 | 102 | 14 | 24 | 106 | 73 |
| Binary | 11100000 | 1111101 | 1001101 | 0 | 101100 | 1000010 | 1100 | 10100 | 1000110 | 111011 |
Color Harmonies of #E07D4D
Complementary color
Monochromatic Colors of #E07D4D
Black with #E07D4D
Text Example
Text Example
White with #E07D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07D4D; }
p { color: rgb(224,125,77); }
H1.HeaderClassName
{
color: #E07D4D;
}
.AnyTagClassName
{
color: #E07D4D;
}
</style>
background-color css
<style>
a { background-color: #E07D4D; }
a { background-color: rgb(224,125,77); }
div.DivClassName
{
background-color: #E07D4D;
}
.BgClassName
{
background-color: #E07D4D;
}
</style>
border-color css
<style>
span { border-color: #E07D4D; }
span { border-color: rgb(224,125,77); }
td.TdClassName
{
border-color: #E07D4D;
}
.TagClassName
{
border-color: #E07D4D;
}
</style>