Shades of Jaffa #E27C4F
Tints of Jaffa #E27C4F
RGB
CMYK
RGB Variations
Color information
#E27C4F (or 0xE27C4F) is known color: Jaffa. HEX triplet: E2, 7C and 4F. RGB value is (226,124,79). Sum of RGB (Red+Green+Blue) = 226+124+79=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 79 (31.25% from 255 or 18.41% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E27C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27C4F is #1D83B0. Grayscale: #959595. Windows color (decimal): -1934257 or 5209314. OLE color: 5209314.
HSL color Cylindrical-coordinate representation of color #E27C4F: hue angle of 18.37º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E27C4F is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 124 | 79 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.11 |
| HSL | 18.37º | 0.72% | 0.6% | - |
| HSV(B) | 18.37º | 0.65% | 0.89% | - |
| XYZ | 39.98 | 31.15 | 11.3 | - |
| YUV | 149.37 | 88.29 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 124 | 79 | 0 | 0.45 | 0.65 | 0.11 | 18.37 | 0.72 | 0.6 |
| Hex | E2 | 7C | 4F | 0 | 2D | 41 | B | 12 | 48 | 3C |
| Octal | 342 | 174 | 117 | 0 | 55 | 101 | 13 | 22 | 110 | 74 |
| Binary | 11100010 | 1111100 | 1001111 | 0 | 101101 | 1000001 | 1011 | 10010 | 1001000 | 111100 |
Color Harmonies of #E27C4F
Complementary color
Monochromatic Colors of #E27C4F
Black with #E27C4F
Text Example
Text Example
White with #E27C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27C4F; }
p { color: rgb(226,124,79); }
H1.HeaderClassName
{
color: #E27C4F;
}
.AnyTagClassName
{
color: #E27C4F;
}
</style>
background-color css
<style>
a { background-color: #E27C4F; }
a { background-color: rgb(226,124,79); }
div.DivClassName
{
background-color: #E27C4F;
}
.BgClassName
{
background-color: #E27C4F;
}
</style>
border-color css
<style>
span { border-color: #E27C4F; }
span { border-color: rgb(226,124,79); }
td.TdClassName
{
border-color: #E27C4F;
}
.TagClassName
{
border-color: #E27C4F;
}
</style>