Shades of Jaffa #E27341
Tints of Jaffa #E27341
RGB
CMYK
RGB Variations
Color information
#E27341 (or 0xE27341) is known color: Jaffa. HEX triplet: E2, 73 and 41. RGB value is (226,115,65). Sum of RGB (Red+Green+Blue) = 226+115+65=406 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.67% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 65 (25.78% from 255 or 16.01% from 406); Max value from RGB is 226 - color contains mainly: red. Hex color #E27341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27341 is #1D8CBE. Grayscale: #8E8E8E. Windows color (decimal): -1936575 or 4289506. OLE color: 4289506.
HSL color Cylindrical-coordinate representation of color #E27341: hue angle of 18.63º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E27341 is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 115 | 65 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.11 |
| HSL | 18.63º | 0.74% | 0.57% | - |
| HSV(B) | 18.63º | 0.71% | 0.89% | - |
| XYZ | 38.45 | 28.81 | 8.54 | - |
| YUV | 142.49 | 84.27 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 115 | 65 | 0 | 0.49 | 0.71 | 0.11 | 18.63 | 0.74 | 0.57 |
| Hex | E2 | 73 | 41 | 0 | 31 | 47 | B | 13 | 4A | 39 |
| Octal | 342 | 163 | 101 | 0 | 61 | 107 | 13 | 23 | 112 | 71 |
| Binary | 11100010 | 1110011 | 1000001 | 0 | 110001 | 1000111 | 1011 | 10011 | 1001010 | 111001 |
Color Harmonies of #E27341
Complementary color
Monochromatic Colors of #E27341
Black with #E27341
Text Example
Text Example
White with #E27341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27341; }
p { color: rgb(226,115,65); }
H1.HeaderClassName
{
color: #E27341;
}
.AnyTagClassName
{
color: #E27341;
}
</style>
background-color css
<style>
a { background-color: #E27341; }
a { background-color: rgb(226,115,65); }
div.DivClassName
{
background-color: #E27341;
}
.BgClassName
{
background-color: #E27341;
}
</style>
border-color css
<style>
span { border-color: #E27341; }
span { border-color: rgb(226,115,65); }
td.TdClassName
{
border-color: #E27341;
}
.TagClassName
{
border-color: #E27341;
}
</style>