Shades of Jaffa #E66F41
Tints of Jaffa #E66F41
RGB
CMYK
RGB Variations
Color information
#E66F41 (or 0xE66F41) is known color: Jaffa. HEX triplet: E6, 6F and 41. RGB value is (230,111,65). Sum of RGB (Red+Green+Blue) = 230+111+65=406 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.65% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 65 (25.78% from 255 or 16.01% from 406); Max value from RGB is 230 - color contains mainly: red. Hex color #E66F41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66F41 is #1990BE. Grayscale: #8D8D8D. Windows color (decimal): -1675455 or 4288486. OLE color: 4288486.
HSL color Cylindrical-coordinate representation of color #E66F41: hue angle of 16.73º 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 #E66F41 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 65 | - |
| CMYK | 0 | 0.52 | 0.72 | 0.10 |
| HSL | 16.73º | 0.77% | 0.58% | - |
| HSV(B) | 16.73º | 0.72% | 0.9% | - |
| XYZ | 39.27 | 28.57 | 8.45 | - |
| YUV | 141.34 | 84.92 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 65 | 0 | 0.52 | 0.72 | 0.10 | 16.73 | 0.77 | 0.58 |
| Hex | E6 | 6F | 41 | 0 | 34 | 48 | A | 11 | 4D | 3A |
| Octal | 346 | 157 | 101 | 0 | 64 | 110 | 12 | 21 | 115 | 72 |
| Binary | 11100110 | 1101111 | 1000001 | 0 | 110100 | 1001000 | 1010 | 10001 | 1001101 | 111010 |
Color Harmonies of #E66F41
Complementary color
Monochromatic Colors of #E66F41
Black with #E66F41
Text Example
Text Example
White with #E66F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66F41; }
p { color: rgb(230,111,65); }
H1.HeaderClassName
{
color: #E66F41;
}
.AnyTagClassName
{
color: #E66F41;
}
</style>
background-color css
<style>
a { background-color: #E66F41; }
a { background-color: rgb(230,111,65); }
div.DivClassName
{
background-color: #E66F41;
}
.BgClassName
{
background-color: #E66F41;
}
</style>
border-color css
<style>
span { border-color: #E66F41; }
span { border-color: rgb(230,111,65); }
td.TdClassName
{
border-color: #E66F41;
}
.TagClassName
{
border-color: #E66F41;
}
</style>