Shades of Jaffa #E27947
Tints of Jaffa #E27947
RGB
CMYK
RGB Variations
Color information
#E27947 (or 0xE27947) is known color: Jaffa. HEX triplet: E2, 79 and 47. RGB value is (226,121,71). Sum of RGB (Red+Green+Blue) = 226+121+71=418 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.07% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 71 (28.12% from 255 or 16.99% from 418); Max value from RGB is 226 - color contains mainly: red. Hex color #E27947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27947 is #1D86B8. Grayscale: #939393. Windows color (decimal): -1935033 or 4684258. OLE color: 4684258.
HSL color Cylindrical-coordinate representation of color #E27947: hue angle of 19.35º 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 #E27947 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 121 | 71 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.11 |
| HSL | 19.35º | 0.73% | 0.58% | - |
| HSV(B) | 19.35º | 0.69% | 0.89% | - |
| XYZ | 39.34 | 30.3 | 9.74 | - |
| YUV | 146.7 | 85.29 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 121 | 71 | 0 | 0.46 | 0.69 | 0.11 | 19.35 | 0.73 | 0.58 |
| Hex | E2 | 79 | 47 | 0 | 2E | 45 | B | 13 | 49 | 3A |
| Octal | 342 | 171 | 107 | 0 | 56 | 105 | 13 | 23 | 111 | 72 |
| Binary | 11100010 | 1111001 | 1000111 | 0 | 101110 | 1000101 | 1011 | 10011 | 1001001 | 111010 |
Color Harmonies of #E27947
Complementary color
Monochromatic Colors of #E27947
Black with #E27947
Text Example
Text Example
White with #E27947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27947; }
p { color: rgb(226,121,71); }
H1.HeaderClassName
{
color: #E27947;
}
.AnyTagClassName
{
color: #E27947;
}
</style>
background-color css
<style>
a { background-color: #E27947; }
a { background-color: rgb(226,121,71); }
div.DivClassName
{
background-color: #E27947;
}
.BgClassName
{
background-color: #E27947;
}
</style>
border-color css
<style>
span { border-color: #E27947; }
span { border-color: rgb(226,121,71); }
td.TdClassName
{
border-color: #E27947;
}
.TagClassName
{
border-color: #E27947;
}
</style>