Shades of Jaffa #E58150
Tints of Jaffa #E58150
RGB
CMYK
RGB Variations
Color information
#E58150 (or 0xE58150) is known color: Jaffa. HEX triplet: E5, 81 and 50. RGB value is (229,129,80). Sum of RGB (Red+Green+Blue) = 229+129+80=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E58150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58150 is #1A7EAF. Grayscale: #999999. Windows color (decimal): -1736368 or 5276133. OLE color: 5276133.
HSL color Cylindrical-coordinate representation of color #E58150: hue angle of 19.73º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E58150 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 129 | 80 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.10 |
| HSL | 19.73º | 0.74% | 0.61% | - |
| HSV(B) | 19.73º | 0.65% | 0.9% | - |
| XYZ | 41.61 | 32.94 | 11.75 | - |
| YUV | 153.31 | 86.63 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 129 | 80 | 0 | 0.44 | 0.65 | 0.10 | 19.73 | 0.74 | 0.61 |
| Hex | E5 | 81 | 50 | 0 | 2C | 41 | A | 14 | 4A | 3D |
| Octal | 345 | 201 | 120 | 0 | 54 | 101 | 12 | 24 | 112 | 75 |
| Binary | 11100101 | 10000001 | 1010000 | 0 | 101100 | 1000001 | 1010 | 10100 | 1001010 | 111101 |
Color Harmonies of #E58150
Complementary color
Monochromatic Colors of #E58150
Black with #E58150
Text Example
Text Example
White with #E58150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58150; }
p { color: rgb(229,129,80); }
H1.HeaderClassName
{
color: #E58150;
}
.AnyTagClassName
{
color: #E58150;
}
</style>
background-color css
<style>
a { background-color: #E58150; }
a { background-color: rgb(229,129,80); }
div.DivClassName
{
background-color: #E58150;
}
.BgClassName
{
background-color: #E58150;
}
</style>
border-color css
<style>
span { border-color: #E58150; }
span { border-color: rgb(229,129,80); }
td.TdClassName
{
border-color: #E58150;
}
.TagClassName
{
border-color: #E58150;
}
</style>