Shades of Jaffa #E67E4E
Tints of Jaffa #E67E4E
RGB
CMYK
RGB Variations
Color information
#E67E4E (or 0xE67E4E) is known color: Jaffa. HEX triplet: E6, 7E and 4E. RGB value is (230,126,78). Sum of RGB (Red+Green+Blue) = 230+126+78=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 78 (30.86% from 255 or 17.97% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E67E4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67E4E is #1981B1. Grayscale: #979797. Windows color (decimal): -1671602 or 5144294. OLE color: 5144294.
HSL color Cylindrical-coordinate representation of color #E67E4E: hue angle of 18.95º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E67E4E is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 126 | 78 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.10 |
| HSL | 18.95º | 0.75% | 0.6% | - |
| HSV(B) | 18.95º | 0.66% | 0.9% | - |
| XYZ | 41.47 | 32.29 | 11.26 | - |
| YUV | 151.62 | 86.46 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 126 | 78 | 0 | 0.45 | 0.66 | 0.10 | 18.95 | 0.75 | 0.6 |
| Hex | E6 | 7E | 4E | 0 | 2D | 42 | A | 13 | 4B | 3C |
| Octal | 346 | 176 | 116 | 0 | 55 | 102 | 12 | 23 | 113 | 74 |
| Binary | 11100110 | 1111110 | 1001110 | 0 | 101101 | 1000010 | 1010 | 10011 | 1001011 | 111100 |
Color Harmonies of #E67E4E
Complementary color
Monochromatic Colors of #E67E4E
Black with #E67E4E
Text Example
Text Example
White with #E67E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67E4E; }
p { color: rgb(230,126,78); }
H1.HeaderClassName
{
color: #E67E4E;
}
.AnyTagClassName
{
color: #E67E4E;
}
</style>
background-color css
<style>
a { background-color: #E67E4E; }
a { background-color: rgb(230,126,78); }
div.DivClassName
{
background-color: #E67E4E;
}
.BgClassName
{
background-color: #E67E4E;
}
</style>
border-color css
<style>
span { border-color: #E67E4E; }
span { border-color: rgb(230,126,78); }
td.TdClassName
{
border-color: #E67E4E;
}
.TagClassName
{
border-color: #E67E4E;
}
</style>