Shades of Jaffa #EA7240
Tints of Jaffa #EA7240
RGB
CMYK
RGB Variations
Color information
#EA7240 (or 0xEA7240) is known color: Jaffa. HEX triplet: EA, 72 and 40. RGB value is (234,114,64). Sum of RGB (Red+Green+Blue) = 234+114+64=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7240 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7240 is #158DBF. Grayscale: #909090. Windows color (decimal): -1412544 or 4223722. OLE color: 4223722.
HSL color Cylindrical-coordinate representation of color #EA7240: hue angle of 17.65º 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 #EA7240 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 114 | 64 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.08 |
| HSL | 17.65º | 0.8% | 0.58% | - |
| HSV(B) | 17.65º | 0.73% | 0.92% | - |
| XYZ | 40.87 | 29.9 | 8.47 | - |
| YUV | 144.18 | 82.76 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 114 | 64 | 0 | 0.51 | 0.73 | 0.08 | 17.65 | 0.8 | 0.58 |
| Hex | EA | 72 | 40 | 0 | 33 | 49 | 8 | 12 | 50 | 3A |
| Octal | 352 | 162 | 100 | 0 | 63 | 111 | 10 | 22 | 120 | 72 |
| Binary | 11101010 | 1110010 | 1000000 | 0 | 110011 | 1001001 | 1000 | 10010 | 1010000 | 111010 |
Color Harmonies of #EA7240
Complementary color
Monochromatic Colors of #EA7240
Black with #EA7240
Text Example
Text Example
White with #EA7240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7240; }
p { color: rgb(234,114,64); }
H1.HeaderClassName
{
color: #EA7240;
}
.AnyTagClassName
{
color: #EA7240;
}
</style>
background-color css
<style>
a { background-color: #EA7240; }
a { background-color: rgb(234,114,64); }
div.DivClassName
{
background-color: #EA7240;
}
.BgClassName
{
background-color: #EA7240;
}
</style>
border-color css
<style>
span { border-color: #EA7240; }
span { border-color: rgb(234,114,64); }
td.TdClassName
{
border-color: #EA7240;
}
.TagClassName
{
border-color: #EA7240;
}
</style>