Shades of Jaffa #E3783F
Tints of Jaffa #E3783F
RGB
CMYK
RGB Variations
Color information
#E3783F (or 0xE3783F) is known color: Jaffa. HEX triplet: E3, 78 and 3F. RGB value is (227,120,63). Sum of RGB (Red+Green+Blue) = 227+120+63=410 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.37% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 63 (25% from 255 or 15.37% from 410); Max value from RGB is 227 - color contains mainly: red. Hex color #E3783F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3783F is #1C87C0. Grayscale: #919191. Windows color (decimal): -1869761 or 4159715. OLE color: 4159715.
HSL color Cylindrical-coordinate representation of color #E3783F: hue angle of 20.85º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E3783F is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 120 | 63 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.11 |
| HSL | 20.85º | 0.75% | 0.57% | - |
| HSV(B) | 20.85º | 0.72% | 0.89% | - |
| XYZ | 39.29 | 30.12 | 8.45 | - |
| YUV | 145.5 | 81.45 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 120 | 63 | 0 | 0.47 | 0.72 | 0.11 | 20.85 | 0.75 | 0.57 |
| Hex | E3 | 78 | 3F | 0 | 2F | 48 | B | 15 | 4B | 39 |
| Octal | 343 | 170 | 77 | 0 | 57 | 110 | 13 | 25 | 113 | 71 |
| Binary | 11100011 | 1111000 | 111111 | 0 | 101111 | 1001000 | 1011 | 10101 | 1001011 | 111001 |
Color Harmonies of #E3783F
Complementary color
Monochromatic Colors of #E3783F
Black with #E3783F
Text Example
Text Example
White with #E3783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3783F; }
p { color: rgb(227,120,63); }
H1.HeaderClassName
{
color: #E3783F;
}
.AnyTagClassName
{
color: #E3783F;
}
</style>
background-color css
<style>
a { background-color: #E3783F; }
a { background-color: rgb(227,120,63); }
div.DivClassName
{
background-color: #E3783F;
}
.BgClassName
{
background-color: #E3783F;
}
</style>
border-color css
<style>
span { border-color: #E3783F; }
span { border-color: rgb(227,120,63); }
td.TdClassName
{
border-color: #E3783F;
}
.TagClassName
{
border-color: #E3783F;
}
</style>