Shades of Jaffa #E0773F
Tints of Jaffa #E0773F
RGB
CMYK
RGB Variations
Color information
#E0773F (or 0xE0773F) is known color: Jaffa. HEX triplet: E0, 77 and 3F. RGB value is (224,119,63). Sum of RGB (Red+Green+Blue) = 224+119+63=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 63 (25% from 255 or 15.52% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E0773F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0773F is #1F88C0. Grayscale: #909090. Windows color (decimal): -2066625 or 4159456. OLE color: 4159456.
HSL color Cylindrical-coordinate representation of color #E0773F: hue angle of 20.87º 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 #E0773F is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 63 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.12 |
| HSL | 20.87º | 0.72% | 0.56% | - |
| HSV(B) | 20.87º | 0.72% | 0.88% | - |
| XYZ | 38.23 | 29.4 | 8.36 | - |
| YUV | 144.01 | 82.29 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 63 | 0 | 0.47 | 0.72 | 0.12 | 20.87 | 0.72 | 0.56 |
| Hex | E0 | 77 | 3F | 0 | 2F | 48 | C | 15 | 48 | 38 |
| Octal | 340 | 167 | 77 | 0 | 57 | 110 | 14 | 25 | 110 | 70 |
| Binary | 11100000 | 1110111 | 111111 | 0 | 101111 | 1001000 | 1100 | 10101 | 1001000 | 111000 |
Color Harmonies of #E0773F
Complementary color
Monochromatic Colors of #E0773F
Black with #E0773F
Text Example
Text Example
White with #E0773F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0773F; }
p { color: rgb(224,119,63); }
H1.HeaderClassName
{
color: #E0773F;
}
.AnyTagClassName
{
color: #E0773F;
}
</style>
background-color css
<style>
a { background-color: #E0773F; }
a { background-color: rgb(224,119,63); }
div.DivClassName
{
background-color: #E0773F;
}
.BgClassName
{
background-color: #E0773F;
}
</style>
border-color css
<style>
span { border-color: #E0773F; }
span { border-color: rgb(224,119,63); }
td.TdClassName
{
border-color: #E0773F;
}
.TagClassName
{
border-color: #E0773F;
}
</style>