Shades of Jaffa #EB713D
Tints of Jaffa #EB713D
RGB
CMYK
RGB Variations
Color information
#EB713D (or 0xEB713D) is known color: Jaffa. HEX triplet: EB, 71 and 3D. RGB value is (235,113,61). Sum of RGB (Red+Green+Blue) = 235+113+61=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 61 (24.22% from 255 or 14.91% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EB713D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB713D is #148EC2. Grayscale: #8F8F8F. Windows color (decimal): -1347267 or 4026859. OLE color: 4026859.
HSL color Cylindrical-coordinate representation of color #EB713D: hue angle of 17.93º 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 #EB713D is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 113 | 61 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.08 |
| HSL | 17.93º | 0.81% | 0.58% | - |
| HSV(B) | 17.93º | 0.74% | 0.92% | - |
| XYZ | 41.01 | 29.81 | 8.01 | - |
| YUV | 143.55 | 81.42 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 113 | 61 | 0 | 0.52 | 0.74 | 0.08 | 17.93 | 0.81 | 0.58 |
| Hex | EB | 71 | 3D | 0 | 34 | 4A | 8 | 12 | 51 | 3A |
| Octal | 353 | 161 | 75 | 0 | 64 | 112 | 10 | 22 | 121 | 72 |
| Binary | 11101011 | 1110001 | 111101 | 0 | 110100 | 1001010 | 1000 | 10010 | 1010001 | 111010 |
Color Harmonies of #EB713D
Complementary color
Monochromatic Colors of #EB713D
Black with #EB713D
Text Example
Text Example
White with #EB713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB713D; }
p { color: rgb(235,113,61); }
H1.HeaderClassName
{
color: #EB713D;
}
.AnyTagClassName
{
color: #EB713D;
}
</style>
background-color css
<style>
a { background-color: #EB713D; }
a { background-color: rgb(235,113,61); }
div.DivClassName
{
background-color: #EB713D;
}
.BgClassName
{
background-color: #EB713D;
}
</style>
border-color css
<style>
span { border-color: #EB713D; }
span { border-color: rgb(235,113,61); }
td.TdClassName
{
border-color: #EB713D;
}
.TagClassName
{
border-color: #EB713D;
}
</style>