Shades of Jaffa #EC7445
Tints of Jaffa #EC7445
RGB
CMYK
RGB Variations
Color information
#EC7445 (or 0xEC7445) is known color: Jaffa. HEX triplet: EC, 74 and 45. RGB value is (236,116,69). Sum of RGB (Red+Green+Blue) = 236+116+69=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7445 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7445 is #138BBA. Grayscale: #929292. Windows color (decimal): -1280955 or 4551916. OLE color: 4551916.
HSL color Cylindrical-coordinate representation of color #EC7445: hue angle of 16.89º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC7445 is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 69 | - |
| CMYK | 0 | 0.51 | 0.71 | 0.07 |
| HSL | 16.89º | 0.81% | 0.6% | - |
| HSV(B) | 16.89º | 0.71% | 0.93% | - |
| XYZ | 41.91 | 30.75 | 9.36 | - |
| YUV | 146.52 | 84.26 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 69 | 0 | 0.51 | 0.71 | 0.07 | 16.89 | 0.81 | 0.6 |
| Hex | EC | 74 | 45 | 0 | 33 | 47 | 7 | 11 | 51 | 3C |
| Octal | 354 | 164 | 105 | 0 | 63 | 107 | 7 | 21 | 121 | 74 |
| Binary | 11101100 | 1110100 | 1000101 | 0 | 110011 | 1000111 | 111 | 10001 | 1010001 | 111100 |
Color Harmonies of #EC7445
Complementary color
Monochromatic Colors of #EC7445
Black with #EC7445
Text Example
Text Example
White with #EC7445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7445; }
p { color: rgb(236,116,69); }
H1.HeaderClassName
{
color: #EC7445;
}
.AnyTagClassName
{
color: #EC7445;
}
</style>
background-color css
<style>
a { background-color: #EC7445; }
a { background-color: rgb(236,116,69); }
div.DivClassName
{
background-color: #EC7445;
}
.BgClassName
{
background-color: #EC7445;
}
</style>
border-color css
<style>
span { border-color: #EC7445; }
span { border-color: rgb(236,116,69); }
td.TdClassName
{
border-color: #EC7445;
}
.TagClassName
{
border-color: #EC7445;
}
</style>