Shades of Jaffa #E27242
Tints of Jaffa #E27242
RGB
CMYK
RGB Variations
Color information
#E27242 (or 0xE27242) is known color: Jaffa. HEX triplet: E2, 72 and 42. RGB value is (226,114,66). Sum of RGB (Red+Green+Blue) = 226+114+66=406 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.67% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 66 (26.17% from 255 or 16.26% from 406); Max value from RGB is 226 - color contains mainly: red. Hex color #E27242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27242 is #1D8DBD. Grayscale: #8E8E8E. Windows color (decimal): -1936830 or 4354786. OLE color: 4354786.
HSL color Cylindrical-coordinate representation of color #E27242: hue angle of 18º degrees, saturation: 0.73, 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 #E27242 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 114 | 66 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.11 |
| HSL | 18º | 0.73% | 0.57% | - |
| HSV(B) | 18º | 0.71% | 0.89% | - |
| XYZ | 38.36 | 28.6 | 8.65 | - |
| YUV | 142.02 | 85.11 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 114 | 66 | 0 | 0.50 | 0.71 | 0.11 | 18 | 0.73 | 0.57 |
| Hex | E2 | 72 | 42 | 0 | 32 | 47 | B | 12 | 49 | 39 |
| Octal | 342 | 162 | 102 | 0 | 62 | 107 | 13 | 22 | 111 | 71 |
| Binary | 11100010 | 1110010 | 1000010 | 0 | 110010 | 1000111 | 1011 | 10010 | 1001001 | 111001 |
Color Harmonies of #E27242
Complementary color
Monochromatic Colors of #E27242
Black with #E27242
Text Example
Text Example
White with #E27242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27242; }
p { color: rgb(226,114,66); }
H1.HeaderClassName
{
color: #E27242;
}
.AnyTagClassName
{
color: #E27242;
}
</style>
background-color css
<style>
a { background-color: #E27242; }
a { background-color: rgb(226,114,66); }
div.DivClassName
{
background-color: #E27242;
}
.BgClassName
{
background-color: #E27242;
}
</style>
border-color css
<style>
span { border-color: #E27242; }
span { border-color: rgb(226,114,66); }
td.TdClassName
{
border-color: #E27242;
}
.TagClassName
{
border-color: #E27242;
}
</style>