Shades of Jaffa #E27544
Tints of Jaffa #E27544
RGB
CMYK
RGB Variations
Color information
#E27544 (or 0xE27544) is known color: Jaffa. HEX triplet: E2, 75 and 44. RGB value is (226,117,68). Sum of RGB (Red+Green+Blue) = 226+117+68=411 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.99% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 68 (26.95% from 255 or 16.55% from 411); Max value from RGB is 226 - color contains mainly: red. Hex color #E27544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27544 is #1D8ABB. Grayscale: #909090. Windows color (decimal): -1936060 or 4486626. OLE color: 4486626.
HSL color Cylindrical-coordinate representation of color #E27544: hue angle of 18.61º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E27544 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 117 | 68 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.11 |
| HSL | 18.61º | 0.73% | 0.58% | - |
| HSV(B) | 18.61º | 0.7% | 0.89% | - |
| XYZ | 38.77 | 29.31 | 9.08 | - |
| YUV | 144.01 | 85.11 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 117 | 68 | 0 | 0.48 | 0.70 | 0.11 | 18.61 | 0.73 | 0.58 |
| Hex | E2 | 75 | 44 | 0 | 30 | 46 | B | 13 | 49 | 3A |
| Octal | 342 | 165 | 104 | 0 | 60 | 106 | 13 | 23 | 111 | 72 |
| Binary | 11100010 | 1110101 | 1000100 | 0 | 110000 | 1000110 | 1011 | 10011 | 1001001 | 111010 |
Color Harmonies of #E27544
Complementary color
Monochromatic Colors of #E27544
Black with #E27544
Text Example
Text Example
White with #E27544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27544; }
p { color: rgb(226,117,68); }
H1.HeaderClassName
{
color: #E27544;
}
.AnyTagClassName
{
color: #E27544;
}
</style>
background-color css
<style>
a { background-color: #E27544; }
a { background-color: rgb(226,117,68); }
div.DivClassName
{
background-color: #E27544;
}
.BgClassName
{
background-color: #E27544;
}
</style>
border-color css
<style>
span { border-color: #E27544; }
span { border-color: rgb(226,117,68); }
td.TdClassName
{
border-color: #E27544;
}
.TagClassName
{
border-color: #E27544;
}
</style>