Shades of Jaffa #E66E44
Tints of Jaffa #E66E44
RGB
CMYK
RGB Variations
Color information
#E66E44 (or 0xE66E44) is known color: Jaffa. HEX triplet: E6, 6E and 44. RGB value is (230,110,68). Sum of RGB (Red+Green+Blue) = 230+110+68=408 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.37% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 68 (26.95% from 255 or 16.67% from 408); Max value from RGB is 230 - color contains mainly: red. Hex color #E66E44 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66E44 is #1991BB. Grayscale: #8D8D8D. Windows color (decimal): -1675708 or 4484838. OLE color: 4484838.
HSL color Cylindrical-coordinate representation of color #E66E44: hue angle of 15.56º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E66E44 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 110 | 68 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.10 |
| HSL | 15.56º | 0.76% | 0.58% | - |
| HSV(B) | 15.56º | 0.7% | 0.9% | - |
| XYZ | 39.25 | 28.39 | 8.88 | - |
| YUV | 141.09 | 86.76 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 110 | 68 | 0 | 0.52 | 0.70 | 0.10 | 15.56 | 0.76 | 0.58 |
| Hex | E6 | 6E | 44 | 0 | 34 | 46 | A | 10 | 4C | 3A |
| Octal | 346 | 156 | 104 | 0 | 64 | 106 | 12 | 20 | 114 | 72 |
| Binary | 11100110 | 1101110 | 1000100 | 0 | 110100 | 1000110 | 1010 | 10000 | 1001100 | 111010 |
Color Harmonies of #E66E44
Complementary color
Monochromatic Colors of #E66E44
Black with #E66E44
Text Example
Text Example
White with #E66E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66E44; }
p { color: rgb(230,110,68); }
H1.HeaderClassName
{
color: #E66E44;
}
.AnyTagClassName
{
color: #E66E44;
}
</style>
background-color css
<style>
a { background-color: #E66E44; }
a { background-color: rgb(230,110,68); }
div.DivClassName
{
background-color: #E66E44;
}
.BgClassName
{
background-color: #E66E44;
}
</style>
border-color css
<style>
span { border-color: #E66E44; }
span { border-color: rgb(230,110,68); }
td.TdClassName
{
border-color: #E66E44;
}
.TagClassName
{
border-color: #E66E44;
}
</style>