Shades of Jaffa #E27047
Tints of Jaffa #E27047
RGB
CMYK
RGB Variations
Color information
#E27047 (or 0xE27047) is known color: Jaffa. HEX triplet: E2, 70 and 47. RGB value is (226,112,71). Sum of RGB (Red+Green+Blue) = 226+112+71=409 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.26% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 71 (28.12% from 255 or 17.36% from 409); Max value from RGB is 226 - color contains mainly: red. Hex color #E27047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27047 is #1D8FB8. Grayscale: #8D8D8D. Windows color (decimal): -1937337 or 4681954. OLE color: 4681954.
HSL color Cylindrical-coordinate representation of color #E27047: hue angle of 15.87º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E27047 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 71 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.11 |
| HSL | 15.87º | 0.73% | 0.58% | - |
| HSV(B) | 15.87º | 0.69% | 0.89% | - |
| XYZ | 38.3 | 28.21 | 9.39 | - |
| YUV | 141.41 | 88.27 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 71 | 0 | 0.50 | 0.69 | 0.11 | 15.87 | 0.73 | 0.58 |
| Hex | E2 | 70 | 47 | 0 | 32 | 45 | B | 10 | 49 | 3A |
| Octal | 342 | 160 | 107 | 0 | 62 | 105 | 13 | 20 | 111 | 72 |
| Binary | 11100010 | 1110000 | 1000111 | 0 | 110010 | 1000101 | 1011 | 10000 | 1001001 | 111010 |
Color Harmonies of #E27047
Complementary color
Monochromatic Colors of #E27047
Black with #E27047
Text Example
Text Example
White with #E27047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27047; }
p { color: rgb(226,112,71); }
H1.HeaderClassName
{
color: #E27047;
}
.AnyTagClassName
{
color: #E27047;
}
</style>
background-color css
<style>
a { background-color: #E27047; }
a { background-color: rgb(226,112,71); }
div.DivClassName
{
background-color: #E27047;
}
.BgClassName
{
background-color: #E27047;
}
</style>
border-color css
<style>
span { border-color: #E27047; }
span { border-color: rgb(226,112,71); }
td.TdClassName
{
border-color: #E27047;
}
.TagClassName
{
border-color: #E27047;
}
</style>