Shades of Jaffa #EC713B
Tints of Jaffa #EC713B
RGB
CMYK
RGB Variations
Color information
#EC713B (or 0xEC713B) is known color: Jaffa. HEX triplet: EC, 71 and 3B. RGB value is (236,113,59). Sum of RGB (Red+Green+Blue) = 236+113+59=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 59 (23.44% from 255 or 14.46% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC713B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC713B is #138EC4. Grayscale: #8F8F8F. Windows color (decimal): -1281733 or 3895788. OLE color: 3895788.
HSL color Cylindrical-coordinate representation of color #EC713B: hue angle of 18.31º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC713B is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 59 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.07 |
| HSL | 18.31º | 0.82% | 0.58% | - |
| HSV(B) | 18.31º | 0.75% | 0.93% | - |
| XYZ | 41.29 | 29.96 | 7.74 | - |
| YUV | 143.62 | 80.25 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 59 | 0 | 0.52 | 0.75 | 0.07 | 18.31 | 0.82 | 0.58 |
| Hex | EC | 71 | 3B | 0 | 34 | 4B | 7 | 12 | 52 | 3A |
| Octal | 354 | 161 | 73 | 0 | 64 | 113 | 7 | 22 | 122 | 72 |
| Binary | 11101100 | 1110001 | 111011 | 0 | 110100 | 1001011 | 111 | 10010 | 1010010 | 111010 |
Color Harmonies of #EC713B
Complementary color
Monochromatic Colors of #EC713B
Black with #EC713B
Text Example
Text Example
White with #EC713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC713B; }
p { color: rgb(236,113,59); }
H1.HeaderClassName
{
color: #EC713B;
}
.AnyTagClassName
{
color: #EC713B;
}
</style>
background-color css
<style>
a { background-color: #EC713B; }
a { background-color: rgb(236,113,59); }
div.DivClassName
{
background-color: #EC713B;
}
.BgClassName
{
background-color: #EC713B;
}
</style>
border-color css
<style>
span { border-color: #EC713B; }
span { border-color: rgb(236,113,59); }
td.TdClassName
{
border-color: #EC713B;
}
.TagClassName
{
border-color: #EC713B;
}
</style>