Shades of Jaffa #E1824F
Tints of Jaffa #E1824F
RGB
CMYK
RGB Variations
Color information
#E1824F (or 0xE1824F) is known color: Jaffa. HEX triplet: E1, 82 and 4F. RGB value is (225,130,79). Sum of RGB (Red+Green+Blue) = 225+130+79=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 79 (31.25% from 255 or 18.20% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E1824F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1824F is #1E7DB0. Grayscale: #989898. Windows color (decimal): -1998257 or 5210849. OLE color: 5210849.
HSL color Cylindrical-coordinate representation of color #E1824F: hue angle of 20.96º 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 #E1824F is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 79 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.12 |
| HSL | 20.96º | 0.71% | 0.6% | - |
| HSV(B) | 20.96º | 0.65% | 0.88% | - |
| XYZ | 40.45 | 32.54 | 11.55 | - |
| YUV | 152.59 | 86.47 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 79 | 0 | 0.42 | 0.65 | 0.12 | 20.96 | 0.71 | 0.6 |
| Hex | E1 | 82 | 4F | 0 | 2A | 41 | C | 15 | 47 | 3C |
| Octal | 341 | 202 | 117 | 0 | 52 | 101 | 14 | 25 | 107 | 74 |
| Binary | 11100001 | 10000010 | 1001111 | 0 | 101010 | 1000001 | 1100 | 10101 | 1000111 | 111100 |
Color Harmonies of #E1824F
Complementary color
Monochromatic Colors of #E1824F
Black with #E1824F
Text Example
Text Example
White with #E1824F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1824F; }
p { color: rgb(225,130,79); }
H1.HeaderClassName
{
color: #E1824F;
}
.AnyTagClassName
{
color: #E1824F;
}
</style>
background-color css
<style>
a { background-color: #E1824F; }
a { background-color: rgb(225,130,79); }
div.DivClassName
{
background-color: #E1824F;
}
.BgClassName
{
background-color: #E1824F;
}
</style>
border-color css
<style>
span { border-color: #E1824F; }
span { border-color: rgb(225,130,79); }
td.TdClassName
{
border-color: #E1824F;
}
.TagClassName
{
border-color: #E1824F;
}
</style>