Shades of Jaffa #E27545
Tints of Jaffa #E27545
RGB
CMYK
RGB Variations
Color information
#E27545 (or 0xE27545) is known color: Jaffa. HEX triplet: E2, 75 and 45. RGB value is (226,117,69). Sum of RGB (Red+Green+Blue) = 226+117+69=412 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.85% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 69 (27.34% from 255 or 16.75% from 412); Max value from RGB is 226 - color contains mainly: red. Hex color #E27545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27545 is #1D8ABA. Grayscale: #909090. Windows color (decimal): -1936059 or 4552162. OLE color: 4552162.
HSL color Cylindrical-coordinate representation of color #E27545: hue angle of 18.34º 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 #E27545 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 117 | 69 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.11 |
| HSL | 18.34º | 0.73% | 0.58% | - |
| HSV(B) | 18.34º | 0.69% | 0.89% | - |
| XYZ | 38.8 | 29.32 | 9.24 | - |
| YUV | 144.12 | 85.61 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 117 | 69 | 0 | 0.48 | 0.69 | 0.11 | 18.34 | 0.73 | 0.58 |
| Hex | E2 | 75 | 45 | 0 | 30 | 45 | B | 12 | 49 | 3A |
| Octal | 342 | 165 | 105 | 0 | 60 | 105 | 13 | 22 | 111 | 72 |
| Binary | 11100010 | 1110101 | 1000101 | 0 | 110000 | 1000101 | 1011 | 10010 | 1001001 | 111010 |
Color Harmonies of #E27545
Complementary color
Monochromatic Colors of #E27545
Black with #E27545
Text Example
Text Example
White with #E27545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27545; }
p { color: rgb(226,117,69); }
H1.HeaderClassName
{
color: #E27545;
}
.AnyTagClassName
{
color: #E27545;
}
</style>
background-color css
<style>
a { background-color: #E27545; }
a { background-color: rgb(226,117,69); }
div.DivClassName
{
background-color: #E27545;
}
.BgClassName
{
background-color: #E27545;
}
</style>
border-color css
<style>
span { border-color: #E27545; }
span { border-color: rgb(226,117,69); }
td.TdClassName
{
border-color: #E27545;
}
.TagClassName
{
border-color: #E27545;
}
</style>