#E47340

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

Shades of Jaffa #E47340

Tints of Jaffa #E47340

Color information

#E47340 (or 0xE47340) is unknown color: approx Jaffa. HEX triplet: E4, 73 and 40. RGB value is (228,115,64). Sum of RGB (Red+Green+Blue) = 228+115+64=407 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.02% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 228 - color contains mainly: red. Hex color #E47340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47340 is #1B8CBF. Grayscale: #8F8F8F. Windows color (decimal): -1805504 or 4223972. OLE color: 4223972.

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

Color convert

RGB22811564-
CMYK00.500.720.11
HSL18.66º75.23%57.25%-
HSV(B)18.66º71.93%89.41%-
XYZ39.0529.138.41-
YUV142.9783.44188.65-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 56.02%
GREEN value IS 115 (45.31% from 255) = 28.26%
BLUE value IS 64 (25.39% from 255) = 15.72%
R=56.02%
G=28.26%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281156400.500.720.1118.6675.2357.25
HexE4734003248B134b39
Octal344163100062110132311371
Binary1110010011100111000000011001010010001011100111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47340; }

 p { color: rgb(228,115,64); }

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

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

 a { background-color: rgb(228,115,64); }

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

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

 span { border-color: rgb(228,115,64); }

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