Shades of Jaffa #E5784A
Tints of Jaffa #E5784A
RGB
CMYK
RGB Variations
Color information
#E5784A (or 0xE5784A) is known color: Jaffa. HEX triplet: E5, 78 and 4A. RGB value is (229,120,74). Sum of RGB (Red+Green+Blue) = 229+120+74=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E5784A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5784A is #1A87B5. Grayscale: #939393. Windows color (decimal): -1738678 or 4880613. OLE color: 4880613.
HSL color Cylindrical-coordinate representation of color #E5784A: hue angle of 17.81º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5784A is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 120 | 74 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.10 |
| HSL | 17.81º | 0.75% | 0.59% | - |
| HSV(B) | 17.81º | 0.68% | 0.9% | - |
| XYZ | 40.27 | 30.59 | 10.26 | - |
| YUV | 147.35 | 86.61 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 120 | 74 | 0 | 0.48 | 0.68 | 0.10 | 17.81 | 0.75 | 0.59 |
| Hex | E5 | 78 | 4A | 0 | 30 | 44 | A | 12 | 4B | 3B |
| Octal | 345 | 170 | 112 | 0 | 60 | 104 | 12 | 22 | 113 | 73 |
| Binary | 11100101 | 1111000 | 1001010 | 0 | 110000 | 1000100 | 1010 | 10010 | 1001011 | 111011 |
Color Harmonies of #E5784A
Complementary color
Monochromatic Colors of #E5784A
Black with #E5784A
Text Example
Text Example
White with #E5784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5784A; }
p { color: rgb(229,120,74); }
H1.HeaderClassName
{
color: #E5784A;
}
.AnyTagClassName
{
color: #E5784A;
}
</style>
background-color css
<style>
a { background-color: #E5784A; }
a { background-color: rgb(229,120,74); }
div.DivClassName
{
background-color: #E5784A;
}
.BgClassName
{
background-color: #E5784A;
}
</style>
border-color css
<style>
span { border-color: #E5784A; }
span { border-color: rgb(229,120,74); }
td.TdClassName
{
border-color: #E5784A;
}
.TagClassName
{
border-color: #E5784A;
}
</style>