Shades of Jaffa #E67641
Tints of Jaffa #E67641
RGB
CMYK
RGB Variations
Color information
#E67641 (or 0xE67641) is known color: Jaffa. HEX triplet: E6, 76 and 41. RGB value is (230,118,65). Sum of RGB (Red+Green+Blue) = 230+118+65=413 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.69% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 230 - color contains mainly: red. Hex color #E67641 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67641 is #1989BE. Grayscale: #919191. Windows color (decimal): -1673663 or 4290278. OLE color: 4290278.
HSL color Cylindrical-coordinate representation of color #E67641: hue angle of 19.27º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E67641 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 118 | 65 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.10 |
| HSL | 19.27º | 0.77% | 0.58% | - |
| HSV(B) | 19.27º | 0.72% | 0.9% | - |
| XYZ | 40.07 | 30.16 | 8.71 | - |
| YUV | 145.45 | 82.61 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 118 | 65 | 0 | 0.49 | 0.72 | 0.10 | 19.27 | 0.77 | 0.58 |
| Hex | E6 | 76 | 41 | 0 | 31 | 48 | A | 13 | 4D | 3A |
| Octal | 346 | 166 | 101 | 0 | 61 | 110 | 12 | 23 | 115 | 72 |
| Binary | 11100110 | 1110110 | 1000001 | 0 | 110001 | 1001000 | 1010 | 10011 | 1001101 | 111010 |
Color Harmonies of #E67641
Complementary color
Monochromatic Colors of #E67641
Black with #E67641
Text Example
Text Example
White with #E67641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67641; }
p { color: rgb(230,118,65); }
H1.HeaderClassName
{
color: #E67641;
}
.AnyTagClassName
{
color: #E67641;
}
</style>
background-color css
<style>
a { background-color: #E67641; }
a { background-color: rgb(230,118,65); }
div.DivClassName
{
background-color: #E67641;
}
.BgClassName
{
background-color: #E67641;
}
</style>
border-color css
<style>
span { border-color: #E67641; }
span { border-color: rgb(230,118,65); }
td.TdClassName
{
border-color: #E67641;
}
.TagClassName
{
border-color: #E67641;
}
</style>