Shades of Jaffa #E17C4F
Tints of Jaffa #E17C4F
RGB
CMYK
RGB Variations
Color information
#E17C4F (or 0xE17C4F) is known color: Jaffa. HEX triplet: E1, 7C and 4F. RGB value is (225,124,79). Sum of RGB (Red+Green+Blue) = 225+124+79=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 79 (31.25% from 255 or 18.46% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17C4F is #1E83B0. Grayscale: #959595. Windows color (decimal): -1999793 or 5209313. OLE color: 5209313.
HSL color Cylindrical-coordinate representation of color #E17C4F: hue angle of 18.49º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E17C4F is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 79 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.12 |
| HSL | 18.49º | 0.71% | 0.6% | - |
| HSV(B) | 18.49º | 0.65% | 0.88% | - |
| XYZ | 39.67 | 30.99 | 11.29 | - |
| YUV | 149.07 | 88.46 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 79 | 0 | 0.45 | 0.65 | 0.12 | 18.49 | 0.71 | 0.6 |
| Hex | E1 | 7C | 4F | 0 | 2D | 41 | C | 12 | 47 | 3C |
| Octal | 341 | 174 | 117 | 0 | 55 | 101 | 14 | 22 | 107 | 74 |
| Binary | 11100001 | 1111100 | 1001111 | 0 | 101101 | 1000001 | 1100 | 10010 | 1000111 | 111100 |
Color Harmonies of #E17C4F
Complementary color
Monochromatic Colors of #E17C4F
Black with #E17C4F
Text Example
Text Example
White with #E17C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17C4F; }
p { color: rgb(225,124,79); }
H1.HeaderClassName
{
color: #E17C4F;
}
.AnyTagClassName
{
color: #E17C4F;
}
</style>
background-color css
<style>
a { background-color: #E17C4F; }
a { background-color: rgb(225,124,79); }
div.DivClassName
{
background-color: #E17C4F;
}
.BgClassName
{
background-color: #E17C4F;
}
</style>
border-color css
<style>
span { border-color: #E17C4F; }
span { border-color: rgb(225,124,79); }
td.TdClassName
{
border-color: #E17C4F;
}
.TagClassName
{
border-color: #E17C4F;
}
</style>