Shades of Jaffa #E1754A
Tints of Jaffa #E1754A
RGB
CMYK
RGB Variations
Color information
#E1754A (or 0xE1754A) is known color: Jaffa. HEX triplet: E1, 75 and 4A. RGB value is (225,117,74). Sum of RGB (Red+Green+Blue) = 225+117+74=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E1754A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1754A is #1E8AB5. Grayscale: #909090. Windows color (decimal): -2001590 or 4879841. OLE color: 4879841.
HSL color Cylindrical-coordinate representation of color #E1754A: hue angle of 17.09º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E1754A is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 74 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.12 |
| HSL | 17.09º | 0.72% | 0.59% | - |
| HSV(B) | 17.09º | 0.67% | 0.88% | - |
| XYZ | 38.65 | 29.22 | 10.08 | - |
| YUV | 144.39 | 88.28 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 74 | 0 | 0.48 | 0.67 | 0.12 | 17.09 | 0.72 | 0.59 |
| Hex | E1 | 75 | 4A | 0 | 30 | 43 | C | 11 | 48 | 3B |
| Octal | 341 | 165 | 112 | 0 | 60 | 103 | 14 | 21 | 110 | 73 |
| Binary | 11100001 | 1110101 | 1001010 | 0 | 110000 | 1000011 | 1100 | 10001 | 1001000 | 111011 |
Color Harmonies of #E1754A
Complementary color
Monochromatic Colors of #E1754A
Black with #E1754A
Text Example
Text Example
White with #E1754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1754A; }
p { color: rgb(225,117,74); }
H1.HeaderClassName
{
color: #E1754A;
}
.AnyTagClassName
{
color: #E1754A;
}
</style>
background-color css
<style>
a { background-color: #E1754A; }
a { background-color: rgb(225,117,74); }
div.DivClassName
{
background-color: #E1754A;
}
.BgClassName
{
background-color: #E1754A;
}
</style>
border-color css
<style>
span { border-color: #E1754A; }
span { border-color: rgb(225,117,74); }
td.TdClassName
{
border-color: #E1754A;
}
.TagClassName
{
border-color: #E1754A;
}
</style>