Shades of Jaffa #E3784A
Tints of Jaffa #E3784A
RGB
CMYK
RGB Variations
Color information
#E3784A (or 0xE3784A) is known color: Jaffa. HEX triplet: E3, 78 and 4A. RGB value is (227,120,74). Sum of RGB (Red+Green+Blue) = 227+120+74=421 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.92% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 227 - color contains mainly: red. Hex color #E3784A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3784A is #1C87B5. Grayscale: #939393. Windows color (decimal): -1869750 or 4880611. OLE color: 4880611.
HSL color Cylindrical-coordinate representation of color #E3784A: hue angle of 18.04º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E3784A is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 120 | 74 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.11 |
| HSL | 18.04º | 0.73% | 0.59% | - |
| HSV(B) | 18.04º | 0.67% | 0.89% | - |
| XYZ | 39.63 | 30.26 | 10.23 | - |
| YUV | 146.75 | 86.95 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 120 | 74 | 0 | 0.47 | 0.67 | 0.11 | 18.04 | 0.73 | 0.59 |
| Hex | E3 | 78 | 4A | 0 | 2F | 43 | B | 12 | 49 | 3B |
| Octal | 343 | 170 | 112 | 0 | 57 | 103 | 13 | 22 | 111 | 73 |
| Binary | 11100011 | 1111000 | 1001010 | 0 | 101111 | 1000011 | 1011 | 10010 | 1001001 | 111011 |
Color Harmonies of #E3784A
Complementary color
Monochromatic Colors of #E3784A
Black with #E3784A
Text Example
Text Example
White with #E3784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3784A; }
p { color: rgb(227,120,74); }
H1.HeaderClassName
{
color: #E3784A;
}
.AnyTagClassName
{
color: #E3784A;
}
</style>
background-color css
<style>
a { background-color: #E3784A; }
a { background-color: rgb(227,120,74); }
div.DivClassName
{
background-color: #E3784A;
}
.BgClassName
{
background-color: #E3784A;
}
</style>
border-color css
<style>
span { border-color: #E3784A; }
span { border-color: rgb(227,120,74); }
td.TdClassName
{
border-color: #E3784A;
}
.TagClassName
{
border-color: #E3784A;
}
</style>