Shades of Jaffa #E17A3F
Tints of Jaffa #E17A3F
RGB
CMYK
RGB Variations
Color information
#E17A3F (or 0xE17A3F) is known color: Jaffa. HEX triplet: E1, 7A and 3F. RGB value is (225,122,63). Sum of RGB (Red+Green+Blue) = 225+122+63=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 63 (25% from 255 or 15.37% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17A3F is #1E85C0. Grayscale: #929292. Windows color (decimal): -2000321 or 4160225. OLE color: 4160225.
HSL color Cylindrical-coordinate representation of color #E17A3F: hue angle of 21.85º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E17A3F is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 63 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.12 |
| HSL | 21.85º | 0.73% | 0.56% | - |
| HSV(B) | 21.85º | 0.72% | 0.88% | - |
| XYZ | 38.91 | 30.29 | 8.5 | - |
| YUV | 146.07 | 81.12 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 63 | 0 | 0.46 | 0.72 | 0.12 | 21.85 | 0.73 | 0.56 |
| Hex | E1 | 7A | 3F | 0 | 2E | 48 | C | 16 | 49 | 38 |
| Octal | 341 | 172 | 77 | 0 | 56 | 110 | 14 | 26 | 111 | 70 |
| Binary | 11100001 | 1111010 | 111111 | 0 | 101110 | 1001000 | 1100 | 10110 | 1001001 | 111000 |
Color Harmonies of #E17A3F
Complementary color
Monochromatic Colors of #E17A3F
Black with #E17A3F
Text Example
Text Example
White with #E17A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17A3F; }
p { color: rgb(225,122,63); }
H1.HeaderClassName
{
color: #E17A3F;
}
.AnyTagClassName
{
color: #E17A3F;
}
</style>
background-color css
<style>
a { background-color: #E17A3F; }
a { background-color: rgb(225,122,63); }
div.DivClassName
{
background-color: #E17A3F;
}
.BgClassName
{
background-color: #E17A3F;
}
</style>
border-color css
<style>
span { border-color: #E17A3F; }
span { border-color: rgb(225,122,63); }
td.TdClassName
{
border-color: #E17A3F;
}
.TagClassName
{
border-color: #E17A3F;
}
</style>