Shades of Jaffa #EC7541
Tints of Jaffa #EC7541
RGB
CMYK
RGB Variations
Color information
#EC7541 (or 0xEC7541) is known color: Jaffa. HEX triplet: EC, 75 and 41. RGB value is (236,117,65). Sum of RGB (Red+Green+Blue) = 236+117+65=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7541 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7541 is #138ABE. Grayscale: #929292. Windows color (decimal): -1280703 or 4290028. OLE color: 4290028.
HSL color Cylindrical-coordinate representation of color #EC7541: hue angle of 18.25º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC7541 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 65 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.07 |
| HSL | 18.25º | 0.82% | 0.59% | - |
| HSV(B) | 18.25º | 0.72% | 0.93% | - |
| XYZ | 41.91 | 30.94 | 8.76 | - |
| YUV | 146.65 | 81.92 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 65 | 0 | 0.50 | 0.72 | 0.07 | 18.25 | 0.82 | 0.59 |
| Hex | EC | 75 | 41 | 0 | 32 | 48 | 7 | 12 | 52 | 3B |
| Octal | 354 | 165 | 101 | 0 | 62 | 110 | 7 | 22 | 122 | 73 |
| Binary | 11101100 | 1110101 | 1000001 | 0 | 110010 | 1001000 | 111 | 10010 | 1010010 | 111011 |
Color Harmonies of #EC7541
Complementary color
Monochromatic Colors of #EC7541
Black with #EC7541
Text Example
Text Example
White with #EC7541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7541; }
p { color: rgb(236,117,65); }
H1.HeaderClassName
{
color: #EC7541;
}
.AnyTagClassName
{
color: #EC7541;
}
</style>
background-color css
<style>
a { background-color: #EC7541; }
a { background-color: rgb(236,117,65); }
div.DivClassName
{
background-color: #EC7541;
}
.BgClassName
{
background-color: #EC7541;
}
</style>
border-color css
<style>
span { border-color: #EC7541; }
span { border-color: rgb(236,117,65); }
td.TdClassName
{
border-color: #EC7541;
}
.TagClassName
{
border-color: #EC7541;
}
</style>