Shades of Jaffa #EC6C41
Tints of Jaffa #EC6C41
RGB
CMYK
RGB Variations
Color information
#EC6C41 (or 0xEC6C41) is known color: Jaffa. HEX triplet: EC, 6C and 41. RGB value is (236,108,65). Sum of RGB (Red+Green+Blue) = 236+108+65=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6C41 is #1393BE. Grayscale: #8D8D8D. Windows color (decimal): -1283007 or 4287724. OLE color: 4287724.
HSL color Cylindrical-coordinate representation of color #EC6C41: hue angle of 15.09º 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 #EC6C41 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 65 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.07 |
| HSL | 15.09º | 0.82% | 0.59% | - |
| HSV(B) | 15.09º | 0.72% | 0.93% | - |
| XYZ | 40.91 | 28.94 | 8.43 | - |
| YUV | 141.37 | 84.91 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 65 | 0 | 0.54 | 0.72 | 0.07 | 15.09 | 0.82 | 0.59 |
| Hex | EC | 6C | 41 | 0 | 36 | 48 | 7 | F | 52 | 3B |
| Octal | 354 | 154 | 101 | 0 | 66 | 110 | 7 | 17 | 122 | 73 |
| Binary | 11101100 | 1101100 | 1000001 | 0 | 110110 | 1001000 | 111 | 1111 | 1010010 | 111011 |
Color Harmonies of #EC6C41
Complementary color
Monochromatic Colors of #EC6C41
Black with #EC6C41
Text Example
Text Example
White with #EC6C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6C41; }
p { color: rgb(236,108,65); }
H1.HeaderClassName
{
color: #EC6C41;
}
.AnyTagClassName
{
color: #EC6C41;
}
</style>
background-color css
<style>
a { background-color: #EC6C41; }
a { background-color: rgb(236,108,65); }
div.DivClassName
{
background-color: #EC6C41;
}
.BgClassName
{
background-color: #EC6C41;
}
</style>
border-color css
<style>
span { border-color: #EC6C41; }
span { border-color: rgb(236,108,65); }
td.TdClassName
{
border-color: #EC6C41;
}
.TagClassName
{
border-color: #EC6C41;
}
</style>