Shades of Jaffa #E1824B
Tints of Jaffa #E1824B
RGB
CMYK
RGB Variations
Color information
#E1824B (or 0xE1824B) is known color: Jaffa. HEX triplet: E1, 82 and 4B. RGB value is (225,130,75). Sum of RGB (Red+Green+Blue) = 225+130+75=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 75 (29.69% from 255 or 17.44% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E1824B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1824B is #1E7DB4. Grayscale: #989898. Windows color (decimal): -1998261 or 4948705. OLE color: 4948705.
HSL color Cylindrical-coordinate representation of color #E1824B: hue angle of 22º degrees, saturation: 0.71, 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 #E1824B is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 75 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.12 |
| HSL | 22º | 0.71% | 0.59% | - |
| HSV(B) | 22º | 0.67% | 0.88% | - |
| XYZ | 40.3 | 32.48 | 10.8 | - |
| YUV | 152.14 | 84.47 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 75 | 0 | 0.42 | 0.67 | 0.12 | 22 | 0.71 | 0.59 |
| Hex | E1 | 82 | 4B | 0 | 2A | 43 | C | 16 | 47 | 3B |
| Octal | 341 | 202 | 113 | 0 | 52 | 103 | 14 | 26 | 107 | 73 |
| Binary | 11100001 | 10000010 | 1001011 | 0 | 101010 | 1000011 | 1100 | 10110 | 1000111 | 111011 |
Color Harmonies of #E1824B
Complementary color
Monochromatic Colors of #E1824B
Black with #E1824B
Text Example
Text Example
White with #E1824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1824B; }
p { color: rgb(225,130,75); }
H1.HeaderClassName
{
color: #E1824B;
}
.AnyTagClassName
{
color: #E1824B;
}
</style>
background-color css
<style>
a { background-color: #E1824B; }
a { background-color: rgb(225,130,75); }
div.DivClassName
{
background-color: #E1824B;
}
.BgClassName
{
background-color: #E1824B;
}
</style>
border-color css
<style>
span { border-color: #E1824B; }
span { border-color: rgb(225,130,75); }
td.TdClassName
{
border-color: #E1824B;
}
.TagClassName
{
border-color: #E1824B;
}
</style>