Shades of Jaffa #E67446
Tints of Jaffa #E67446
RGB
CMYK
RGB Variations
Color information
#E67446 (or 0xE67446) is known color: Jaffa. HEX triplet: E6, 74 and 46. RGB value is (230,116,70). Sum of RGB (Red+Green+Blue) = 230+116+70=416 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.29% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 70 (27.73% from 255 or 16.83% from 416); Max value from RGB is 230 - color contains mainly: red. Hex color #E67446 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67446 is #198BB9. Grayscale: #919191. Windows color (decimal): -1674170 or 4617446. OLE color: 4617446.
HSL color Cylindrical-coordinate representation of color #E67446: hue angle of 17.25º 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 #E67446 is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 116 | 70 | - |
| CMYK | 0 | 0.50 | 0.70 | 0.10 |
| HSL | 17.25º | 0.76% | 0.59% | - |
| HSV(B) | 17.25º | 0.7% | 0.9% | - |
| XYZ | 39.98 | 29.76 | 9.43 | - |
| YUV | 144.84 | 85.77 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 116 | 70 | 0 | 0.50 | 0.70 | 0.10 | 17.25 | 0.76 | 0.59 |
| Hex | E6 | 74 | 46 | 0 | 32 | 46 | A | 11 | 4C | 3B |
| Octal | 346 | 164 | 106 | 0 | 62 | 106 | 12 | 21 | 114 | 73 |
| Binary | 11100110 | 1110100 | 1000110 | 0 | 110010 | 1000110 | 1010 | 10001 | 1001100 | 111011 |
Color Harmonies of #E67446
Complementary color
Monochromatic Colors of #E67446
Black with #E67446
Text Example
Text Example
White with #E67446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67446; }
p { color: rgb(230,116,70); }
H1.HeaderClassName
{
color: #E67446;
}
.AnyTagClassName
{
color: #E67446;
}
</style>
background-color css
<style>
a { background-color: #E67446; }
a { background-color: rgb(230,116,70); }
div.DivClassName
{
background-color: #E67446;
}
.BgClassName
{
background-color: #E67446;
}
</style>
border-color css
<style>
span { border-color: #E67446; }
span { border-color: rgb(230,116,70); }
td.TdClassName
{
border-color: #E67446;
}
.TagClassName
{
border-color: #E67446;
}
</style>