Shades of Jaffa #E0733F
Tints of Jaffa #E0733F
RGB
CMYK
RGB Variations
Color information
#E0733F (or 0xE0733F) is known color: Jaffa. HEX triplet: E0, 73 and 3F. RGB value is (224,115,63). Sum of RGB (Red+Green+Blue) = 224+115+63=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 63 (25% from 255 or 15.67% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E0733F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0733F is #1F8CC0. Grayscale: #8D8D8D. Windows color (decimal): -2067649 or 4158432. OLE color: 4158432.
HSL color Cylindrical-coordinate representation of color #E0733F: hue angle of 19.38º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E0733F is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 115 | 63 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.12 |
| HSL | 19.38º | 0.72% | 0.56% | - |
| HSV(B) | 19.38º | 0.72% | 0.88% | - |
| XYZ | 37.77 | 28.47 | 8.21 | - |
| YUV | 141.66 | 83.61 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 115 | 63 | 0 | 0.49 | 0.72 | 0.12 | 19.38 | 0.72 | 0.56 |
| Hex | E0 | 73 | 3F | 0 | 31 | 48 | C | 13 | 48 | 38 |
| Octal | 340 | 163 | 77 | 0 | 61 | 110 | 14 | 23 | 110 | 70 |
| Binary | 11100000 | 1110011 | 111111 | 0 | 110001 | 1001000 | 1100 | 10011 | 1001000 | 111000 |
Color Harmonies of #E0733F
Complementary color
Monochromatic Colors of #E0733F
Black with #E0733F
Text Example
Text Example
White with #E0733F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0733F; }
p { color: rgb(224,115,63); }
H1.HeaderClassName
{
color: #E0733F;
}
.AnyTagClassName
{
color: #E0733F;
}
</style>
background-color css
<style>
a { background-color: #E0733F; }
a { background-color: rgb(224,115,63); }
div.DivClassName
{
background-color: #E0733F;
}
.BgClassName
{
background-color: #E0733F;
}
</style>
border-color css
<style>
span { border-color: #E0733F; }
span { border-color: rgb(224,115,63); }
td.TdClassName
{
border-color: #E0733F;
}
.TagClassName
{
border-color: #E0733F;
}
</style>