Shades of Jaffa #E67247
Tints of Jaffa #E67247
RGB
CMYK
RGB Variations
Color information
#E67247 (or 0xE67247) is known color: Jaffa. HEX triplet: E6, 72 and 47. RGB value is (230,114,71). Sum of RGB (Red+Green+Blue) = 230+114+71=415 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.42% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 71 (28.12% from 255 or 17.11% from 415); Max value from RGB is 230 - color contains mainly: red. Hex color #E67247 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67247 is #198DB8. Grayscale: #909090. Windows color (decimal): -1674681 or 4682470. OLE color: 4682470.
HSL color Cylindrical-coordinate representation of color #E67247: hue angle of 16.23º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E67247 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 114 | 71 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.10 |
| HSL | 16.23º | 0.76% | 0.59% | - |
| HSV(B) | 16.23º | 0.69% | 0.9% | - |
| XYZ | 39.79 | 29.31 | 9.52 | - |
| YUV | 143.78 | 86.93 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 114 | 71 | 0 | 0.50 | 0.69 | 0.10 | 16.23 | 0.76 | 0.59 |
| Hex | E6 | 72 | 47 | 0 | 32 | 45 | A | 10 | 4C | 3B |
| Octal | 346 | 162 | 107 | 0 | 62 | 105 | 12 | 20 | 114 | 73 |
| Binary | 11100110 | 1110010 | 1000111 | 0 | 110010 | 1000101 | 1010 | 10000 | 1001100 | 111011 |
Color Harmonies of #E67247
Complementary color
Monochromatic Colors of #E67247
Black with #E67247
Text Example
Text Example
White with #E67247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67247; }
p { color: rgb(230,114,71); }
H1.HeaderClassName
{
color: #E67247;
}
.AnyTagClassName
{
color: #E67247;
}
</style>
background-color css
<style>
a { background-color: #E67247; }
a { background-color: rgb(230,114,71); }
div.DivClassName
{
background-color: #E67247;
}
.BgClassName
{
background-color: #E67247;
}
</style>
border-color css
<style>
span { border-color: #E67247; }
span { border-color: rgb(230,114,71); }
td.TdClassName
{
border-color: #E67247;
}
.TagClassName
{
border-color: #E67247;
}
</style>