Shades of Jaffa #E5783F
Tints of Jaffa #E5783F
RGB
CMYK
RGB Variations
Color information
#E5783F (or 0xE5783F) is known color: Jaffa. HEX triplet: E5, 78 and 3F. RGB value is (229,120,63). Sum of RGB (Red+Green+Blue) = 229+120+63=412 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.58% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 229 - color contains mainly: red. Hex color #E5783F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5783F is #1A87C0. Grayscale: #929292. Windows color (decimal): -1738689 or 4159717. OLE color: 4159717.
HSL color Cylindrical-coordinate representation of color #E5783F: hue angle of 20.6º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5783F is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 120 | 63 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.10 |
| HSL | 20.6º | 0.76% | 0.57% | - |
| HSV(B) | 20.6º | 0.72% | 0.9% | - |
| XYZ | 39.93 | 30.45 | 8.48 | - |
| YUV | 146.09 | 81.11 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 120 | 63 | 0 | 0.48 | 0.72 | 0.10 | 20.6 | 0.76 | 0.57 |
| Hex | E5 | 78 | 3F | 0 | 30 | 48 | A | 15 | 4C | 39 |
| Octal | 345 | 170 | 77 | 0 | 60 | 110 | 12 | 25 | 114 | 71 |
| Binary | 11100101 | 1111000 | 111111 | 0 | 110000 | 1001000 | 1010 | 10101 | 1001100 | 111001 |
Color Harmonies of #E5783F
Complementary color
Monochromatic Colors of #E5783F
Black with #E5783F
Text Example
Text Example
White with #E5783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5783F; }
p { color: rgb(229,120,63); }
H1.HeaderClassName
{
color: #E5783F;
}
.AnyTagClassName
{
color: #E5783F;
}
</style>
background-color css
<style>
a { background-color: #E5783F; }
a { background-color: rgb(229,120,63); }
div.DivClassName
{
background-color: #E5783F;
}
.BgClassName
{
background-color: #E5783F;
}
</style>
border-color css
<style>
span { border-color: #E5783F; }
span { border-color: rgb(229,120,63); }
td.TdClassName
{
border-color: #E5783F;
}
.TagClassName
{
border-color: #E5783F;
}
</style>