Shades of Jaffa #E27A43
Tints of Jaffa #E27A43
RGB
CMYK
RGB Variations
Color information
#E27A43 (or 0xE27A43) is known color: Jaffa. HEX triplet: E2, 7A and 43. RGB value is (226,122,67). Sum of RGB (Red+Green+Blue) = 226+122+67=415 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.46% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 67 (26.56% from 255 or 16.14% from 415); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27A43 is #1D85BC. Grayscale: #939393. Windows color (decimal): -1934781 or 4422370. OLE color: 4422370.
HSL color Cylindrical-coordinate representation of color #E27A43: hue angle of 20.75º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E27A43 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 122 | 67 | - |
| CMYK | 0 | 0.46 | 0.70 | 0.11 |
| HSL | 20.75º | 0.73% | 0.57% | - |
| HSV(B) | 20.75º | 0.7% | 0.89% | - |
| XYZ | 39.34 | 30.49 | 9.12 | - |
| YUV | 146.83 | 82.96 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 122 | 67 | 0 | 0.46 | 0.70 | 0.11 | 20.75 | 0.73 | 0.57 |
| Hex | E2 | 7A | 43 | 0 | 2E | 46 | B | 15 | 49 | 39 |
| Octal | 342 | 172 | 103 | 0 | 56 | 106 | 13 | 25 | 111 | 71 |
| Binary | 11100010 | 1111010 | 1000011 | 0 | 101110 | 1000110 | 1011 | 10101 | 1001001 | 111001 |
Color Harmonies of #E27A43
Complementary color
Monochromatic Colors of #E27A43
Black with #E27A43
Text Example
Text Example
White with #E27A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27A43; }
p { color: rgb(226,122,67); }
H1.HeaderClassName
{
color: #E27A43;
}
.AnyTagClassName
{
color: #E27A43;
}
</style>
background-color css
<style>
a { background-color: #E27A43; }
a { background-color: rgb(226,122,67); }
div.DivClassName
{
background-color: #E27A43;
}
.BgClassName
{
background-color: #E27A43;
}
</style>
border-color css
<style>
span { border-color: #E27A43; }
span { border-color: rgb(226,122,67); }
td.TdClassName
{
border-color: #E27A43;
}
.TagClassName
{
border-color: #E27A43;
}
</style>