#E47942

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

Shades of Jaffa #E47942

Tints of Jaffa #E47942

Color information

#E47942 (or 0xE47942) is unknown color: approx Jaffa. HEX triplet: E4, 79 and 42. RGB value is (228,121,66). Sum of RGB (Red+Green+Blue) = 228+121+66=415 (54% of max value = 765). Red value is 228 (89.45% from 255 or 54.94% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 66 (26.17% from 255 or 15.90% from 415); Max value from RGB is 228 - color contains mainly: red. Hex color #E47942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47942 is #1B86BD. Grayscale: #939393. Windows color (decimal): -1803966 or 4356580. OLE color: 4356580.

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

Color convert

RGB22812166-
CMYK00.470.710.11
HSL20.37º75%57.65%-
HSV(B)20.37º71.05%89.41%-
XYZ39.8230.568.95-
YUV146.7282.45185.97-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 54.94%
GREEN value IS 121 (47.66% from 255) = 29.16%
BLUE value IS 66 (26.17% from 255) = 15.90%
R=54.94%
G=29.16%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281216600.470.710.1120.377557.65
HexE4794202F47B144b3a
Octal344171102057107132411372
Binary1110010011110011000010010111110001111011101001001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47942; }

 p { color: rgb(228,121,66); }

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

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

 a { background-color: rgb(228,121,66); }

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

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

 span { border-color: rgb(228,121,66); }

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