Shades of Jaffa #E17F51
Tints of Jaffa #E17F51
RGB
CMYK
RGB Variations
Color information
#E17F51 (or 0xE17F51) is known color: Jaffa. HEX triplet: E1, 7F and 51. RGB value is (225,127,81). Sum of RGB (Red+Green+Blue) = 225+127+81=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 81 (32.03% from 255 or 18.71% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E17F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17F51 is #1E80AE. Grayscale: #979797. Windows color (decimal): -1999023 or 5341153. OLE color: 5341153.
HSL color Cylindrical-coordinate representation of color #E17F51: hue angle of 19.17º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E17F51 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 81 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.12 |
| HSL | 19.17º | 0.71% | 0.6% | - |
| HSV(B) | 19.17º | 0.64% | 0.88% | - |
| XYZ | 40.13 | 31.78 | 11.8 | - |
| YUV | 151.06 | 88.47 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 81 | 0 | 0.44 | 0.64 | 0.12 | 19.17 | 0.71 | 0.6 |
| Hex | E1 | 7F | 51 | 0 | 2C | 40 | C | 13 | 47 | 3C |
| Octal | 341 | 177 | 121 | 0 | 54 | 100 | 14 | 23 | 107 | 74 |
| Binary | 11100001 | 1111111 | 1010001 | 0 | 101100 | 1000000 | 1100 | 10011 | 1000111 | 111100 |
Color Harmonies of #E17F51
Complementary color
Monochromatic Colors of #E17F51
Black with #E17F51
Text Example
Text Example
White with #E17F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17F51; }
p { color: rgb(225,127,81); }
H1.HeaderClassName
{
color: #E17F51;
}
.AnyTagClassName
{
color: #E17F51;
}
</style>
background-color css
<style>
a { background-color: #E17F51; }
a { background-color: rgb(225,127,81); }
div.DivClassName
{
background-color: #E17F51;
}
.BgClassName
{
background-color: #E17F51;
}
</style>
border-color css
<style>
span { border-color: #E17F51; }
span { border-color: rgb(225,127,81); }
td.TdClassName
{
border-color: #E17F51;
}
.TagClassName
{
border-color: #E17F51;
}
</style>