#E47146

Color #E47146 Jaffa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaffa #E47146

Tints of Jaffa #E47146

Color information

#E47146 (or 0xE47146) is unknown color: approx Jaffa. HEX triplet: E4, 71 and 46. RGB value is (228,113,70). Sum of RGB (Red+Green+Blue) = 228+113+70=411 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.47% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 70 (27.73% from 255 or 17.03% from 411); Max value from RGB is 228 - color contains mainly: red. Hex color #E47146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47146 is #1B8EB9. Grayscale: #8E8E8E. Windows color (decimal): -1806010 or 4616676. OLE color: 4616676.

HSL color Cylindrical-coordinate representation of color #E47146: hue angle of 16.33º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E47146 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB22811370-
CMYK00.500.690.11
HSL16.33º74.53%58.43%-
HSV(B)16.33º69.3%89.41%-
XYZ39.0128.759.29-
YUV142.4887.1189-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 228 (89.45% from 255) = 55.47%
GREEN value IS 113 (44.53% from 255) = 27.49%
BLUE value IS 70 (27.73% from 255) = 17.03%
R=55.47%
G=27.49%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281137000.500.690.1116.3374.5358.43
HexE4714603245B104b3a
Octal344161106062105132011372
Binary1110010011100011000110011001010001011011100001001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47146; }

 p { color: rgb(228,113,70); }

 H1.HeaderClassName
 {
   color: #E47146;
 }
 .AnyTagClassName
 {
   color: #E47146;
 }
</style>
background-color css

<style>
 a { background-color: #E47146; }

 a { background-color: rgb(228,113,70); }

 div.DivClassName
 {
   background-color: #E47146;
 }
 .BgClassName
 {
   background-color: #E47146;
 }
</style>
border-color css

<style>
 span { border-color: #E47146; }

 span { border-color: rgb(228,113,70); }

 td.TdClassName
 {
   border-color: #E47146;
 }
 .TagClassName
 {
   border-color: #E47146;
 }
</style>