Shades of Jaffa #E37648
Tints of Jaffa #E37648
RGB
CMYK
RGB Variations
Color information
#E37648 (or 0xE37648) is known color: Jaffa. HEX triplet: E3, 76 and 48. RGB value is (227,118,72). Sum of RGB (Red+Green+Blue) = 227+118+72=417 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.44% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 227 - color contains mainly: red. Hex color #E37648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E37648 is #1C89B7. Grayscale: #919191. Windows color (decimal): -1870264 or 4749027. OLE color: 4749027.
HSL color Cylindrical-coordinate representation of color #E37648: hue angle of 17.81º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E37648 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 118 | 72 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.11 |
| HSL | 17.81º | 0.73% | 0.59% | - |
| HSV(B) | 17.81º | 0.68% | 0.89% | - |
| XYZ | 39.33 | 29.76 | 9.8 | - |
| YUV | 145.35 | 86.61 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 118 | 72 | 0 | 0.48 | 0.68 | 0.11 | 17.81 | 0.73 | 0.59 |
| Hex | E3 | 76 | 48 | 0 | 30 | 44 | B | 12 | 49 | 3B |
| Octal | 343 | 166 | 110 | 0 | 60 | 104 | 13 | 22 | 111 | 73 |
| Binary | 11100011 | 1110110 | 1001000 | 0 | 110000 | 1000100 | 1011 | 10010 | 1001001 | 111011 |
Color Harmonies of #E37648
Complementary color
Monochromatic Colors of #E37648
Black with #E37648
Text Example
Text Example
White with #E37648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37648; }
p { color: rgb(227,118,72); }
H1.HeaderClassName
{
color: #E37648;
}
.AnyTagClassName
{
color: #E37648;
}
</style>
background-color css
<style>
a { background-color: #E37648; }
a { background-color: rgb(227,118,72); }
div.DivClassName
{
background-color: #E37648;
}
.BgClassName
{
background-color: #E37648;
}
</style>
border-color css
<style>
span { border-color: #E37648; }
span { border-color: rgb(227,118,72); }
td.TdClassName
{
border-color: #E37648;
}
.TagClassName
{
border-color: #E37648;
}
</style>