Shades of Jaffa #EA743C
Tints of Jaffa #EA743C
RGB
CMYK
RGB Variations
Color information
#EA743C (or 0xEA743C) is known color: Jaffa. HEX triplet: EA, 74 and 3C. RGB value is (234,116,60). Sum of RGB (Red+Green+Blue) = 234+116+60=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EA743C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA743C is #158BC3. Grayscale: #919191. Windows color (decimal): -1412036 or 3962090. OLE color: 3962090.
HSL color Cylindrical-coordinate representation of color #EA743C: hue angle of 19.31º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA743C is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 116 | 60 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.08 |
| HSL | 19.31º | 0.81% | 0.58% | - |
| HSV(B) | 19.31º | 0.74% | 0.92% | - |
| XYZ | 40.99 | 30.31 | 7.96 | - |
| YUV | 144.9 | 80.09 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 116 | 60 | 0 | 0.50 | 0.74 | 0.08 | 19.31 | 0.81 | 0.58 |
| Hex | EA | 74 | 3C | 0 | 32 | 4A | 8 | 13 | 51 | 3A |
| Octal | 352 | 164 | 74 | 0 | 62 | 112 | 10 | 23 | 121 | 72 |
| Binary | 11101010 | 1110100 | 111100 | 0 | 110010 | 1001010 | 1000 | 10011 | 1010001 | 111010 |
Color Harmonies of #EA743C
Complementary color
Monochromatic Colors of #EA743C
Black with #EA743C
Text Example
Text Example
White with #EA743C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA743C; }
p { color: rgb(234,116,60); }
H1.HeaderClassName
{
color: #EA743C;
}
.AnyTagClassName
{
color: #EA743C;
}
</style>
background-color css
<style>
a { background-color: #EA743C; }
a { background-color: rgb(234,116,60); }
div.DivClassName
{
background-color: #EA743C;
}
.BgClassName
{
background-color: #EA743C;
}
</style>
border-color css
<style>
span { border-color: #EA743C; }
span { border-color: rgb(234,116,60); }
td.TdClassName
{
border-color: #EA743C;
}
.TagClassName
{
border-color: #EA743C;
}
</style>