Shades of Jaffa #E27E45
Tints of Jaffa #E27E45
RGB
CMYK
RGB Variations
Color information
#E27E45 (or 0xE27E45) is known color: Jaffa. HEX triplet: E2, 7E and 45. RGB value is (226,126,69). Sum of RGB (Red+Green+Blue) = 226+126+69=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E27E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27E45 is #1D81BA. Grayscale: #959595. Windows color (decimal): -1933755 or 4554466. OLE color: 4554466.
HSL color Cylindrical-coordinate representation of color #E27E45: hue angle of 21.78º 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 #E27E45 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 126 | 69 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.11 |
| HSL | 21.78º | 0.73% | 0.58% | - |
| HSV(B) | 21.78º | 0.69% | 0.89% | - |
| XYZ | 39.9 | 31.52 | 9.61 | - |
| YUV | 149.4 | 82.63 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 126 | 69 | 0 | 0.44 | 0.69 | 0.11 | 21.78 | 0.73 | 0.58 |
| Hex | E2 | 7E | 45 | 0 | 2C | 45 | B | 16 | 49 | 3A |
| Octal | 342 | 176 | 105 | 0 | 54 | 105 | 13 | 26 | 111 | 72 |
| Binary | 11100010 | 1111110 | 1000101 | 0 | 101100 | 1000101 | 1011 | 10110 | 1001001 | 111010 |
Color Harmonies of #E27E45
Complementary color
Monochromatic Colors of #E27E45
Black with #E27E45
Text Example
Text Example
White with #E27E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27E45; }
p { color: rgb(226,126,69); }
H1.HeaderClassName
{
color: #E27E45;
}
.AnyTagClassName
{
color: #E27E45;
}
</style>
background-color css
<style>
a { background-color: #E27E45; }
a { background-color: rgb(226,126,69); }
div.DivClassName
{
background-color: #E27E45;
}
.BgClassName
{
background-color: #E27E45;
}
</style>
border-color css
<style>
span { border-color: #E27E45; }
span { border-color: rgb(226,126,69); }
td.TdClassName
{
border-color: #E27E45;
}
.TagClassName
{
border-color: #E27E45;
}
</style>