Shades of Jaffa #EB713C
Tints of Jaffa #EB713C
RGB
CMYK
RGB Variations
Color information
#EB713C (or 0xEB713C) is known color: Jaffa. HEX triplet: EB, 71 and 3C. RGB value is (235,113,60). Sum of RGB (Red+Green+Blue) = 235+113+60=408 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.60% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 60 (23.83% from 255 or 14.71% from 408); Max value from RGB is 235 - color contains mainly: red. Hex color #EB713C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB713C is #148EC3. Grayscale: #8F8F8F. Windows color (decimal): -1347268 or 3961323. OLE color: 3961323.
HSL color Cylindrical-coordinate representation of color #EB713C: hue angle of 18.17º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB713C is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 113 | 60 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.08 |
| HSL | 18.17º | 0.81% | 0.58% | - |
| HSV(B) | 18.17º | 0.74% | 0.92% | - |
| XYZ | 40.98 | 29.8 | 7.87 | - |
| YUV | 143.44 | 80.92 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 113 | 60 | 0 | 0.52 | 0.74 | 0.08 | 18.17 | 0.81 | 0.58 |
| Hex | EB | 71 | 3C | 0 | 34 | 4A | 8 | 12 | 51 | 3A |
| Octal | 353 | 161 | 74 | 0 | 64 | 112 | 10 | 22 | 121 | 72 |
| Binary | 11101011 | 1110001 | 111100 | 0 | 110100 | 1001010 | 1000 | 10010 | 1010001 | 111010 |
Color Harmonies of #EB713C
Complementary color
Monochromatic Colors of #EB713C
Black with #EB713C
Text Example
Text Example
White with #EB713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB713C; }
p { color: rgb(235,113,60); }
H1.HeaderClassName
{
color: #EB713C;
}
.AnyTagClassName
{
color: #EB713C;
}
</style>
background-color css
<style>
a { background-color: #EB713C; }
a { background-color: rgb(235,113,60); }
div.DivClassName
{
background-color: #EB713C;
}
.BgClassName
{
background-color: #EB713C;
}
</style>
border-color css
<style>
span { border-color: #EB713C; }
span { border-color: rgb(235,113,60); }
td.TdClassName
{
border-color: #EB713C;
}
.TagClassName
{
border-color: #EB713C;
}
</style>