Shades of Jaffa #EA7341
Tints of Jaffa #EA7341
RGB
CMYK
RGB Variations
Color information
#EA7341 (or 0xEA7341) is known color: Jaffa. HEX triplet: EA, 73 and 41. RGB value is (234,115,65). Sum of RGB (Red+Green+Blue) = 234+115+65=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 65 (25.78% from 255 or 15.70% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7341 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7341 is #158CBE. Grayscale: #919191. Windows color (decimal): -1412287 or 4289514. OLE color: 4289514.
HSL color Cylindrical-coordinate representation of color #EA7341: hue angle of 17.75º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA7341 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 65 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.08 |
| HSL | 17.75º | 0.8% | 0.59% | - |
| HSV(B) | 17.75º | 0.72% | 0.92% | - |
| XYZ | 41.02 | 30.14 | 8.66 | - |
| YUV | 144.88 | 82.92 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 65 | 0 | 0.51 | 0.72 | 0.08 | 17.75 | 0.8 | 0.59 |
| Hex | EA | 73 | 41 | 0 | 33 | 48 | 8 | 12 | 50 | 3B |
| Octal | 352 | 163 | 101 | 0 | 63 | 110 | 10 | 22 | 120 | 73 |
| Binary | 11101010 | 1110011 | 1000001 | 0 | 110011 | 1001000 | 1000 | 10010 | 1010000 | 111011 |
Color Harmonies of #EA7341
Complementary color
Monochromatic Colors of #EA7341
Black with #EA7341
Text Example
Text Example
White with #EA7341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7341; }
p { color: rgb(234,115,65); }
H1.HeaderClassName
{
color: #EA7341;
}
.AnyTagClassName
{
color: #EA7341;
}
</style>
background-color css
<style>
a { background-color: #EA7341; }
a { background-color: rgb(234,115,65); }
div.DivClassName
{
background-color: #EA7341;
}
.BgClassName
{
background-color: #EA7341;
}
</style>
border-color css
<style>
span { border-color: #EA7341; }
span { border-color: rgb(234,115,65); }
td.TdClassName
{
border-color: #EA7341;
}
.TagClassName
{
border-color: #EA7341;
}
</style>