Shades of Jaffa #E7713D
Tints of Jaffa #E7713D
RGB
CMYK
RGB Variations
Color information
#E7713D (or 0xE7713D) is known color: Jaffa. HEX triplet: E7, 71 and 3D. RGB value is (231,113,61). Sum of RGB (Red+Green+Blue) = 231+113+61=405 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.04% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 61 (24.22% from 255 or 15.06% from 405); Max value from RGB is 231 - color contains mainly: red. Hex color #E7713D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7713D is #188EC2. Grayscale: #8E8E8E. Windows color (decimal): -1609411 or 4026855. OLE color: 4026855.
HSL color Cylindrical-coordinate representation of color #E7713D: hue angle of 18.35º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E7713D is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 113 | 61 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.09 |
| HSL | 18.35º | 0.78% | 0.57% | - |
| HSV(B) | 18.35º | 0.74% | 0.91% | - |
| XYZ | 39.7 | 29.14 | 7.95 | - |
| YUV | 142.35 | 82.09 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 113 | 61 | 0 | 0.51 | 0.74 | 0.09 | 18.35 | 0.78 | 0.57 |
| Hex | E7 | 71 | 3D | 0 | 33 | 4A | 9 | 12 | 4E | 39 |
| Octal | 347 | 161 | 75 | 0 | 63 | 112 | 11 | 22 | 116 | 71 |
| Binary | 11100111 | 1110001 | 111101 | 0 | 110011 | 1001010 | 1001 | 10010 | 1001110 | 111001 |
Color Harmonies of #E7713D
Complementary color
Monochromatic Colors of #E7713D
Black with #E7713D
Text Example
Text Example
White with #E7713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7713D; }
p { color: rgb(231,113,61); }
H1.HeaderClassName
{
color: #E7713D;
}
.AnyTagClassName
{
color: #E7713D;
}
</style>
background-color css
<style>
a { background-color: #E7713D; }
a { background-color: rgb(231,113,61); }
div.DivClassName
{
background-color: #E7713D;
}
.BgClassName
{
background-color: #E7713D;
}
</style>
border-color css
<style>
span { border-color: #E7713D; }
span { border-color: rgb(231,113,61); }
td.TdClassName
{
border-color: #E7713D;
}
.TagClassName
{
border-color: #E7713D;
}
</style>