Shades of Jaffa #E67F45
Tints of Jaffa #E67F45
RGB
CMYK
RGB Variations
Color information
#E67F45 (or 0xE67F45) is known color: Jaffa. HEX triplet: E6, 7F and 45. RGB value is (230,127,69). Sum of RGB (Red+Green+Blue) = 230+127+69=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 69 (27.34% from 255 or 16.20% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E67F45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67F45 is #1980BA. Grayscale: #979797. Windows color (decimal): -1671355 or 4554726. OLE color: 4554726.
HSL color Cylindrical-coordinate representation of color #E67F45: hue angle of 21.61º 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 #E67F45 is Cyan = 0, Magento = 0.45, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 127 | 69 | - |
| CMYK | 0 | 0.45 | 0.7 | 0.10 |
| HSL | 21.61º | 0.76% | 0.59% | - |
| HSV(B) | 21.61º | 0.7% | 0.9% | - |
| XYZ | 41.3 | 32.43 | 9.71 | - |
| YUV | 151.19 | 81.62 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 127 | 69 | 0 | 0.45 | 0.7 | 0.10 | 21.61 | 0.76 | 0.59 |
| Hex | E6 | 7F | 45 | 0 | 2D | 46 | A | 16 | 4C | 3B |
| Octal | 346 | 177 | 105 | 0 | 55 | 106 | 12 | 26 | 114 | 73 |
| Binary | 11100110 | 1111111 | 1000101 | 0 | 101101 | 1000110 | 1010 | 10110 | 1001100 | 111011 |
Color Harmonies of #E67F45
Complementary color
Monochromatic Colors of #E67F45
Black with #E67F45
Text Example
Text Example
White with #E67F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67F45; }
p { color: rgb(230,127,69); }
H1.HeaderClassName
{
color: #E67F45;
}
.AnyTagClassName
{
color: #E67F45;
}
</style>
background-color css
<style>
a { background-color: #E67F45; }
a { background-color: rgb(230,127,69); }
div.DivClassName
{
background-color: #E67F45;
}
.BgClassName
{
background-color: #E67F45;
}
</style>
border-color css
<style>
span { border-color: #E67F45; }
span { border-color: rgb(230,127,69); }
td.TdClassName
{
border-color: #E67F45;
}
.TagClassName
{
border-color: #E67F45;
}
</style>