Shades of Jaffa #E67648
Tints of Jaffa #E67648
RGB
CMYK
RGB Variations
Color information
#E67648 (or 0xE67648) is known color: Jaffa. HEX triplet: E6, 76 and 48. RGB value is (230,118,72). Sum of RGB (Red+Green+Blue) = 230+118+72=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 72 (28.52% from 255 or 17.14% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E67648 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67648 is #1989B7. Grayscale: #929292. Windows color (decimal): -1673656 or 4749030. OLE color: 4749030.
HSL color Cylindrical-coordinate representation of color #E67648: hue angle of 17.47º 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 #E67648 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 118 | 72 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.10 |
| HSL | 17.47º | 0.76% | 0.59% | - |
| HSV(B) | 17.47º | 0.69% | 0.9% | - |
| XYZ | 40.28 | 30.25 | 9.85 | - |
| YUV | 146.24 | 86.11 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 118 | 72 | 0 | 0.49 | 0.69 | 0.10 | 17.47 | 0.76 | 0.59 |
| Hex | E6 | 76 | 48 | 0 | 31 | 45 | A | 11 | 4C | 3B |
| Octal | 346 | 166 | 110 | 0 | 61 | 105 | 12 | 21 | 114 | 73 |
| Binary | 11100110 | 1110110 | 1001000 | 0 | 110001 | 1000101 | 1010 | 10001 | 1001100 | 111011 |
Color Harmonies of #E67648
Complementary color
Monochromatic Colors of #E67648
Black with #E67648
Text Example
Text Example
White with #E67648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67648; }
p { color: rgb(230,118,72); }
H1.HeaderClassName
{
color: #E67648;
}
.AnyTagClassName
{
color: #E67648;
}
</style>
background-color css
<style>
a { background-color: #E67648; }
a { background-color: rgb(230,118,72); }
div.DivClassName
{
background-color: #E67648;
}
.BgClassName
{
background-color: #E67648;
}
</style>
border-color css
<style>
span { border-color: #E67648; }
span { border-color: rgb(230,118,72); }
td.TdClassName
{
border-color: #E67648;
}
.TagClassName
{
border-color: #E67648;
}
</style>