Shades of Jaffa #EC6E41
Tints of Jaffa #EC6E41
RGB
CMYK
RGB Variations
Color information
#EC6E41 (or 0xEC6E41) is known color: Jaffa. HEX triplet: EC, 6E and 41. RGB value is (236,110,65). Sum of RGB (Red+Green+Blue) = 236+110+65=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6E41 is #1391BE. Grayscale: #8E8E8E. Windows color (decimal): -1282495 or 4288236. OLE color: 4288236.
HSL color Cylindrical-coordinate representation of color #EC6E41: hue angle of 15.79º 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 #EC6E41 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 110 | 65 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.07 |
| HSL | 15.79º | 0.82% | 0.59% | - |
| HSV(B) | 15.79º | 0.72% | 0.93% | - |
| XYZ | 41.12 | 29.37 | 8.5 | - |
| YUV | 142.54 | 84.24 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 110 | 65 | 0 | 0.53 | 0.72 | 0.07 | 15.79 | 0.82 | 0.59 |
| Hex | EC | 6E | 41 | 0 | 35 | 48 | 7 | 10 | 52 | 3B |
| Octal | 354 | 156 | 101 | 0 | 65 | 110 | 7 | 20 | 122 | 73 |
| Binary | 11101100 | 1101110 | 1000001 | 0 | 110101 | 1001000 | 111 | 10000 | 1010010 | 111011 |
Color Harmonies of #EC6E41
Complementary color
Monochromatic Colors of #EC6E41
Black with #EC6E41
Text Example
Text Example
White with #EC6E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6E41; }
p { color: rgb(236,110,65); }
H1.HeaderClassName
{
color: #EC6E41;
}
.AnyTagClassName
{
color: #EC6E41;
}
</style>
background-color css
<style>
a { background-color: #EC6E41; }
a { background-color: rgb(236,110,65); }
div.DivClassName
{
background-color: #EC6E41;
}
.BgClassName
{
background-color: #EC6E41;
}
</style>
border-color css
<style>
span { border-color: #EC6E41; }
span { border-color: rgb(236,110,65); }
td.TdClassName
{
border-color: #EC6E41;
}
.TagClassName
{
border-color: #EC6E41;
}
</style>