Shades of Jaffa #E27945
Tints of Jaffa #E27945
RGB
CMYK
RGB Variations
Color information
#E27945 (or 0xE27945) is known color: Jaffa. HEX triplet: E2, 79 and 45. RGB value is (226,121,69). Sum of RGB (Red+Green+Blue) = 226+121+69=416 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.33% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 69 (27.34% from 255 or 16.59% from 416); Max value from RGB is 226 - color contains mainly: red. Hex color #E27945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27945 is #1D86BA. Grayscale: #929292. Windows color (decimal): -1935035 or 4553186. OLE color: 4553186.
HSL color Cylindrical-coordinate representation of color #E27945: hue angle of 19.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 #E27945 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 121 | 69 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.11 |
| HSL | 19.87º | 0.73% | 0.58% | - |
| HSV(B) | 19.87º | 0.69% | 0.89% | - |
| XYZ | 39.28 | 30.27 | 9.4 | - |
| YUV | 146.47 | 84.29 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 121 | 69 | 0 | 0.46 | 0.69 | 0.11 | 19.87 | 0.73 | 0.58 |
| Hex | E2 | 79 | 45 | 0 | 2E | 45 | B | 14 | 49 | 3A |
| Octal | 342 | 171 | 105 | 0 | 56 | 105 | 13 | 24 | 111 | 72 |
| Binary | 11100010 | 1111001 | 1000101 | 0 | 101110 | 1000101 | 1011 | 10100 | 1001001 | 111010 |
Color Harmonies of #E27945
Complementary color
Monochromatic Colors of #E27945
Black with #E27945
Text Example
Text Example
White with #E27945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27945; }
p { color: rgb(226,121,69); }
H1.HeaderClassName
{
color: #E27945;
}
.AnyTagClassName
{
color: #E27945;
}
</style>
background-color css
<style>
a { background-color: #E27945; }
a { background-color: rgb(226,121,69); }
div.DivClassName
{
background-color: #E27945;
}
.BgClassName
{
background-color: #E27945;
}
</style>
border-color css
<style>
span { border-color: #E27945; }
span { border-color: rgb(226,121,69); }
td.TdClassName
{
border-color: #E27945;
}
.TagClassName
{
border-color: #E27945;
}
</style>