Shades of Jaffa #E26E44
Tints of Jaffa #E26E44
RGB
CMYK
RGB Variations
Color information
#E26E44 (or 0xE26E44) is known color: Jaffa. HEX triplet: E2, 6E and 44. RGB value is (226,110,68). Sum of RGB (Red+Green+Blue) = 226+110+68=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E26E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26E44 is #1D91BB. Grayscale: #8C8C8C. Windows color (decimal): -1937852 or 4484834. OLE color: 4484834.
HSL color Cylindrical-coordinate representation of color #E26E44: hue angle of 15.95º 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 #E26E44 is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 68 | - |
| CMYK | 0 | 0.51 | 0.70 | 0.11 |
| HSL | 15.95º | 0.73% | 0.58% | - |
| HSV(B) | 15.95º | 0.7% | 0.89% | - |
| XYZ | 37.98 | 27.74 | 8.82 | - |
| YUV | 139.9 | 87.43 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 68 | 0 | 0.51 | 0.70 | 0.11 | 15.95 | 0.73 | 0.58 |
| Hex | E2 | 6E | 44 | 0 | 33 | 46 | B | 10 | 49 | 3A |
| Octal | 342 | 156 | 104 | 0 | 63 | 106 | 13 | 20 | 111 | 72 |
| Binary | 11100010 | 1101110 | 1000100 | 0 | 110011 | 1000110 | 1011 | 10000 | 1001001 | 111010 |
Color Harmonies of #E26E44
Complementary color
Monochromatic Colors of #E26E44
Black with #E26E44
Text Example
Text Example
White with #E26E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26E44; }
p { color: rgb(226,110,68); }
H1.HeaderClassName
{
color: #E26E44;
}
.AnyTagClassName
{
color: #E26E44;
}
</style>
background-color css
<style>
a { background-color: #E26E44; }
a { background-color: rgb(226,110,68); }
div.DivClassName
{
background-color: #E26E44;
}
.BgClassName
{
background-color: #E26E44;
}
</style>
border-color css
<style>
span { border-color: #E26E44; }
span { border-color: rgb(226,110,68); }
td.TdClassName
{
border-color: #E26E44;
}
.TagClassName
{
border-color: #E26E44;
}
</style>