Shades of Jaffa #E5784B
Tints of Jaffa #E5784B
RGB
CMYK
RGB Variations
Color information
#E5784B (or 0xE5784B) is known color: Jaffa. HEX triplet: E5, 78 and 4B. RGB value is (229,120,75). Sum of RGB (Red+Green+Blue) = 229+120+75=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E5784B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5784B is #1A87B4. Grayscale: #939393. Windows color (decimal): -1738677 or 4946149. OLE color: 4946149.
HSL color Cylindrical-coordinate representation of color #E5784B: hue angle of 17.53º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E5784B is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 120 | 75 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.10 |
| HSL | 17.53º | 0.75% | 0.6% | - |
| HSV(B) | 17.53º | 0.67% | 0.9% | - |
| XYZ | 40.3 | 30.6 | 10.44 | - |
| YUV | 147.46 | 87.11 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 120 | 75 | 0 | 0.48 | 0.67 | 0.10 | 17.53 | 0.75 | 0.6 |
| Hex | E5 | 78 | 4B | 0 | 30 | 43 | A | 12 | 4B | 3C |
| Octal | 345 | 170 | 113 | 0 | 60 | 103 | 12 | 22 | 113 | 74 |
| Binary | 11100101 | 1111000 | 1001011 | 0 | 110000 | 1000011 | 1010 | 10010 | 1001011 | 111100 |
Color Harmonies of #E5784B
Complementary color
Monochromatic Colors of #E5784B
Black with #E5784B
Text Example
Text Example
White with #E5784B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5784B; }
p { color: rgb(229,120,75); }
H1.HeaderClassName
{
color: #E5784B;
}
.AnyTagClassName
{
color: #E5784B;
}
</style>
background-color css
<style>
a { background-color: #E5784B; }
a { background-color: rgb(229,120,75); }
div.DivClassName
{
background-color: #E5784B;
}
.BgClassName
{
background-color: #E5784B;
}
</style>
border-color css
<style>
span { border-color: #E5784B; }
span { border-color: rgb(229,120,75); }
td.TdClassName
{
border-color: #E5784B;
}
.TagClassName
{
border-color: #E5784B;
}
</style>