Shades of Jaffa #EA7741
Tints of Jaffa #EA7741
RGB
CMYK
RGB Variations
Color information
#EA7741 (or 0xEA7741) is known color: Jaffa. HEX triplet: EA, 77 and 41. RGB value is (234,119,65). Sum of RGB (Red+Green+Blue) = 234+119+65=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7741 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7741 is #1588BE. Grayscale: #939393. Windows color (decimal): -1411263 or 4290538. OLE color: 4290538.
HSL color Cylindrical-coordinate representation of color #EA7741: hue angle of 19.17º 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 #EA7741 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 119 | 65 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.08 |
| HSL | 19.17º | 0.8% | 0.59% | - |
| HSV(B) | 19.17º | 0.72% | 0.92% | - |
| XYZ | 41.48 | 31.07 | 8.81 | - |
| YUV | 147.23 | 81.6 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 119 | 65 | 0 | 0.49 | 0.72 | 0.08 | 19.17 | 0.8 | 0.59 |
| Hex | EA | 77 | 41 | 0 | 31 | 48 | 8 | 13 | 50 | 3B |
| Octal | 352 | 167 | 101 | 0 | 61 | 110 | 10 | 23 | 120 | 73 |
| Binary | 11101010 | 1110111 | 1000001 | 0 | 110001 | 1001000 | 1000 | 10011 | 1010000 | 111011 |
Color Harmonies of #EA7741
Complementary color
Monochromatic Colors of #EA7741
Black with #EA7741
Text Example
Text Example
White with #EA7741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7741; }
p { color: rgb(234,119,65); }
H1.HeaderClassName
{
color: #EA7741;
}
.AnyTagClassName
{
color: #EA7741;
}
</style>
background-color css
<style>
a { background-color: #EA7741; }
a { background-color: rgb(234,119,65); }
div.DivClassName
{
background-color: #EA7741;
}
.BgClassName
{
background-color: #EA7741;
}
</style>
border-color css
<style>
span { border-color: #EA7741; }
span { border-color: rgb(234,119,65); }
td.TdClassName
{
border-color: #EA7741;
}
.TagClassName
{
border-color: #EA7741;
}
</style>