Shades of Jaffa #E1824D
Tints of Jaffa #E1824D
RGB
CMYK
RGB Variations
Color information
#E1824D (or 0xE1824D) is known color: Jaffa. HEX triplet: E1, 82 and 4D. RGB value is (225,130,77). Sum of RGB (Red+Green+Blue) = 225+130+77=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E1824D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1824D is #1E7DB2. Grayscale: #989898. Windows color (decimal): -1998259 or 5079777. OLE color: 5079777.
HSL color Cylindrical-coordinate representation of color #E1824D: hue angle of 21.49º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E1824D is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 77 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.12 |
| HSL | 21.49º | 0.71% | 0.59% | - |
| HSV(B) | 21.49º | 0.66% | 0.88% | - |
| XYZ | 40.37 | 32.51 | 11.17 | - |
| YUV | 152.36 | 85.47 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 77 | 0 | 0.42 | 0.66 | 0.12 | 21.49 | 0.71 | 0.59 |
| Hex | E1 | 82 | 4D | 0 | 2A | 42 | C | 15 | 47 | 3B |
| Octal | 341 | 202 | 115 | 0 | 52 | 102 | 14 | 25 | 107 | 73 |
| Binary | 11100001 | 10000010 | 1001101 | 0 | 101010 | 1000010 | 1100 | 10101 | 1000111 | 111011 |
Color Harmonies of #E1824D
Complementary color
Monochromatic Colors of #E1824D
Black with #E1824D
Text Example
Text Example
White with #E1824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1824D; }
p { color: rgb(225,130,77); }
H1.HeaderClassName
{
color: #E1824D;
}
.AnyTagClassName
{
color: #E1824D;
}
</style>
background-color css
<style>
a { background-color: #E1824D; }
a { background-color: rgb(225,130,77); }
div.DivClassName
{
background-color: #E1824D;
}
.BgClassName
{
background-color: #E1824D;
}
</style>
border-color css
<style>
span { border-color: #E1824D; }
span { border-color: rgb(225,130,77); }
td.TdClassName
{
border-color: #E1824D;
}
.TagClassName
{
border-color: #E1824D;
}
</style>