Shades of Jaffa #E27F44
Tints of Jaffa #E27F44
RGB
CMYK
RGB Variations
Color information
#E27F44 (or 0xE27F44) is known color: Jaffa. HEX triplet: E2, 7F and 44. RGB value is (226,127,68). Sum of RGB (Red+Green+Blue) = 226+127+68=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 68 (26.95% from 255 or 16.15% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E27F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27F44 is #1D80BB. Grayscale: #969696. Windows color (decimal): -1933500 or 4489186. OLE color: 4489186.
HSL color Cylindrical-coordinate representation of color #E27F44: hue angle of 22.41º 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 #E27F44 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 127 | 68 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.11 |
| HSL | 22.41º | 0.73% | 0.58% | - |
| HSV(B) | 22.41º | 0.7% | 0.89% | - |
| XYZ | 40 | 31.76 | 9.49 | - |
| YUV | 149.88 | 81.8 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 127 | 68 | 0 | 0.44 | 0.70 | 0.11 | 22.41 | 0.73 | 0.58 |
| Hex | E2 | 7F | 44 | 0 | 2C | 46 | B | 16 | 49 | 3A |
| Octal | 342 | 177 | 104 | 0 | 54 | 106 | 13 | 26 | 111 | 72 |
| Binary | 11100010 | 1111111 | 1000100 | 0 | 101100 | 1000110 | 1011 | 10110 | 1001001 | 111010 |
Color Harmonies of #E27F44
Complementary color
Monochromatic Colors of #E27F44
Black with #E27F44
Text Example
Text Example
White with #E27F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27F44; }
p { color: rgb(226,127,68); }
H1.HeaderClassName
{
color: #E27F44;
}
.AnyTagClassName
{
color: #E27F44;
}
</style>
background-color css
<style>
a { background-color: #E27F44; }
a { background-color: rgb(226,127,68); }
div.DivClassName
{
background-color: #E27F44;
}
.BgClassName
{
background-color: #E27F44;
}
</style>
border-color css
<style>
span { border-color: #E27F44; }
span { border-color: rgb(226,127,68); }
td.TdClassName
{
border-color: #E27F44;
}
.TagClassName
{
border-color: #E27F44;
}
</style>