Shades of Jaffa #E27A4F
Tints of Jaffa #E27A4F
RGB
CMYK
RGB Variations
Color information
#E27A4F (or 0xE27A4F) is known color: Jaffa. HEX triplet: E2, 7A and 4F. RGB value is (226,122,79). Sum of RGB (Red+Green+Blue) = 226+122+79=427 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.93% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 79 (31.25% from 255 or 18.50% from 427); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27A4F is #1D85B0. Grayscale: #949494. Windows color (decimal): -1934769 or 5208802. OLE color: 5208802.
HSL color Cylindrical-coordinate representation of color #E27A4F: hue angle of 17.55º 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 #E27A4F is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 122 | 79 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.11 |
| HSL | 17.55º | 0.72% | 0.6% | - |
| HSV(B) | 17.55º | 0.65% | 0.89% | - |
| XYZ | 39.73 | 30.65 | 11.22 | - |
| YUV | 148.19 | 88.96 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 122 | 79 | 0 | 0.46 | 0.65 | 0.11 | 17.55 | 0.72 | 0.6 |
| Hex | E2 | 7A | 4F | 0 | 2E | 41 | B | 12 | 48 | 3C |
| Octal | 342 | 172 | 117 | 0 | 56 | 101 | 13 | 22 | 110 | 74 |
| Binary | 11100010 | 1111010 | 1001111 | 0 | 101110 | 1000001 | 1011 | 10010 | 1001000 | 111100 |
Color Harmonies of #E27A4F
Complementary color
Monochromatic Colors of #E27A4F
Black with #E27A4F
Text Example
Text Example
White with #E27A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27A4F; }
p { color: rgb(226,122,79); }
H1.HeaderClassName
{
color: #E27A4F;
}
.AnyTagClassName
{
color: #E27A4F;
}
</style>
background-color css
<style>
a { background-color: #E27A4F; }
a { background-color: rgb(226,122,79); }
div.DivClassName
{
background-color: #E27A4F;
}
.BgClassName
{
background-color: #E27A4F;
}
</style>
border-color css
<style>
span { border-color: #E27A4F; }
span { border-color: rgb(226,122,79); }
td.TdClassName
{
border-color: #E27A4F;
}
.TagClassName
{
border-color: #E27A4F;
}
</style>