Shades of Jaffa #E66F45
Tints of Jaffa #E66F45
RGB
CMYK
RGB Variations
Color information
#E66F45 (or 0xE66F45) is known color: Jaffa. HEX triplet: E6, 6F and 45. RGB value is (230,111,69). Sum of RGB (Red+Green+Blue) = 230+111+69=410 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.10% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 69 (27.34% from 255 or 16.83% from 410); Max value from RGB is 230 - color contains mainly: red. Hex color #E66F45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66F45 is #1990BA. Grayscale: #8E8E8E. Windows color (decimal): -1675451 or 4550630. OLE color: 4550630.
HSL color Cylindrical-coordinate representation of color #E66F45: hue angle of 15.65º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E66F45 is Cyan = 0, Magento = 0.52, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 69 | - |
| CMYK | 0 | 0.52 | 0.7 | 0.10 |
| HSL | 15.65º | 0.76% | 0.59% | - |
| HSV(B) | 15.65º | 0.7% | 0.9% | - |
| XYZ | 39.39 | 28.62 | 9.08 | - |
| YUV | 141.79 | 86.92 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 69 | 0 | 0.52 | 0.7 | 0.10 | 15.65 | 0.76 | 0.59 |
| Hex | E6 | 6F | 45 | 0 | 34 | 46 | A | 10 | 4C | 3B |
| Octal | 346 | 157 | 105 | 0 | 64 | 106 | 12 | 20 | 114 | 73 |
| Binary | 11100110 | 1101111 | 1000101 | 0 | 110100 | 1000110 | 1010 | 10000 | 1001100 | 111011 |
Color Harmonies of #E66F45
Complementary color
Monochromatic Colors of #E66F45
Black with #E66F45
Text Example
Text Example
White with #E66F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66F45; }
p { color: rgb(230,111,69); }
H1.HeaderClassName
{
color: #E66F45;
}
.AnyTagClassName
{
color: #E66F45;
}
</style>
background-color css
<style>
a { background-color: #E66F45; }
a { background-color: rgb(230,111,69); }
div.DivClassName
{
background-color: #E66F45;
}
.BgClassName
{
background-color: #E66F45;
}
</style>
border-color css
<style>
span { border-color: #E66F45; }
span { border-color: rgb(230,111,69); }
td.TdClassName
{
border-color: #E66F45;
}
.TagClassName
{
border-color: #E66F45;
}
</style>