Shades of Jaffa #E67D4E
Tints of Jaffa #E67D4E
RGB
CMYK
RGB Variations
Color information
#E67D4E (or 0xE67D4E) is known color: Jaffa. HEX triplet: E6, 7D and 4E. RGB value is (230,125,78). Sum of RGB (Red+Green+Blue) = 230+125+78=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 78 (30.86% from 255 or 18.01% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E67D4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67D4E is #1982B1. Grayscale: #979797. Windows color (decimal): -1671858 or 5144038. OLE color: 5144038.
HSL color Cylindrical-coordinate representation of color #E67D4E: hue angle of 18.55º 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 #E67D4E is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 125 | 78 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.10 |
| HSL | 18.55º | 0.75% | 0.6% | - |
| HSV(B) | 18.55º | 0.66% | 0.9% | - |
| XYZ | 41.34 | 32.04 | 11.21 | - |
| YUV | 151.04 | 86.79 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 125 | 78 | 0 | 0.46 | 0.66 | 0.10 | 18.55 | 0.75 | 0.6 |
| Hex | E6 | 7D | 4E | 0 | 2E | 42 | A | 13 | 4B | 3C |
| Octal | 346 | 175 | 116 | 0 | 56 | 102 | 12 | 23 | 113 | 74 |
| Binary | 11100110 | 1111101 | 1001110 | 0 | 101110 | 1000010 | 1010 | 10011 | 1001011 | 111100 |
Color Harmonies of #E67D4E
Complementary color
Monochromatic Colors of #E67D4E
Black with #E67D4E
Text Example
Text Example
White with #E67D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67D4E; }
p { color: rgb(230,125,78); }
H1.HeaderClassName
{
color: #E67D4E;
}
.AnyTagClassName
{
color: #E67D4E;
}
</style>
background-color css
<style>
a { background-color: #E67D4E; }
a { background-color: rgb(230,125,78); }
div.DivClassName
{
background-color: #E67D4E;
}
.BgClassName
{
background-color: #E67D4E;
}
</style>
border-color css
<style>
span { border-color: #E67D4E; }
span { border-color: rgb(230,125,78); }
td.TdClassName
{
border-color: #E67D4E;
}
.TagClassName
{
border-color: #E67D4E;
}
</style>