Shades of Jaffa #EA783F
Tints of Jaffa #EA783F
RGB
CMYK
RGB Variations
Color information
#EA783F (or 0xEA783F) is known color: Jaffa. HEX triplet: EA, 78 and 3F. RGB value is (234,120,63). Sum of RGB (Red+Green+Blue) = 234+120+63=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 63 (25% from 255 or 15.11% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EA783F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA783F is #1587C0. Grayscale: #939393. Windows color (decimal): -1411009 or 4159722. OLE color: 4159722.
HSL color Cylindrical-coordinate representation of color #EA783F: hue angle of 20º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA783F is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 120 | 63 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.08 |
| HSL | 20º | 0.8% | 0.58% | - |
| HSV(B) | 20º | 0.73% | 0.92% | - |
| XYZ | 41.55 | 31.28 | 8.55 | - |
| YUV | 147.59 | 80.27 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 120 | 63 | 0 | 0.49 | 0.73 | 0.08 | 20 | 0.8 | 0.58 |
| Hex | EA | 78 | 3F | 0 | 31 | 49 | 8 | 14 | 50 | 3A |
| Octal | 352 | 170 | 77 | 0 | 61 | 111 | 10 | 24 | 120 | 72 |
| Binary | 11101010 | 1111000 | 111111 | 0 | 110001 | 1001001 | 1000 | 10100 | 1010000 | 111010 |
Color Harmonies of #EA783F
Complementary color
Monochromatic Colors of #EA783F
Black with #EA783F
Text Example
Text Example
White with #EA783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA783F; }
p { color: rgb(234,120,63); }
H1.HeaderClassName
{
color: #EA783F;
}
.AnyTagClassName
{
color: #EA783F;
}
</style>
background-color css
<style>
a { background-color: #EA783F; }
a { background-color: rgb(234,120,63); }
div.DivClassName
{
background-color: #EA783F;
}
.BgClassName
{
background-color: #EA783F;
}
</style>
border-color css
<style>
span { border-color: #EA783F; }
span { border-color: rgb(234,120,63); }
td.TdClassName
{
border-color: #EA783F;
}
.TagClassName
{
border-color: #EA783F;
}
</style>