Shades of Jaffa #E17D4E
Tints of Jaffa #E17D4E
RGB
CMYK
RGB Variations
Color information
#E17D4E (or 0xE17D4E) is known color: Jaffa. HEX triplet: E1, 7D and 4E. RGB value is (225,125,78). Sum of RGB (Red+Green+Blue) = 225+125+78=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 78 (30.86% from 255 or 18.22% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E17D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17D4E is #1E82B1. Grayscale: #959595. Windows color (decimal): -1999538 or 5144033. OLE color: 5144033.
HSL color Cylindrical-coordinate representation of color #E17D4E: hue angle of 19.18º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E17D4E is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 78 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.12 |
| HSL | 19.18º | 0.71% | 0.59% | - |
| HSV(B) | 19.18º | 0.65% | 0.88% | - |
| XYZ | 39.76 | 31.22 | 11.14 | - |
| YUV | 149.54 | 87.63 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 78 | 0 | 0.44 | 0.65 | 0.12 | 19.18 | 0.71 | 0.59 |
| Hex | E1 | 7D | 4E | 0 | 2C | 41 | C | 13 | 47 | 3B |
| Octal | 341 | 175 | 116 | 0 | 54 | 101 | 14 | 23 | 107 | 73 |
| Binary | 11100001 | 1111101 | 1001110 | 0 | 101100 | 1000001 | 1100 | 10011 | 1000111 | 111011 |
Color Harmonies of #E17D4E
Complementary color
Monochromatic Colors of #E17D4E
Black with #E17D4E
Text Example
Text Example
White with #E17D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17D4E; }
p { color: rgb(225,125,78); }
H1.HeaderClassName
{
color: #E17D4E;
}
.AnyTagClassName
{
color: #E17D4E;
}
</style>
background-color css
<style>
a { background-color: #E17D4E; }
a { background-color: rgb(225,125,78); }
div.DivClassName
{
background-color: #E17D4E;
}
.BgClassName
{
background-color: #E17D4E;
}
</style>
border-color css
<style>
span { border-color: #E17D4E; }
span { border-color: rgb(225,125,78); }
td.TdClassName
{
border-color: #E17D4E;
}
.TagClassName
{
border-color: #E17D4E;
}
</style>