#E57C42

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

Shades of Jaffa #E57C42

Tints of Jaffa #E57C42

Color information

#E57C42 (or 0xE57C42) is unknown color: approx Jaffa. HEX triplet: E5, 7C and 42. RGB value is (229,124,66). Sum of RGB (Red+Green+Blue) = 229+124+66=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 66 (26.17% from 255 or 15.75% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E57C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57C42 is #1A83BD. Grayscale: #959595. Windows color (decimal): -1737662 or 4357349. OLE color: 4357349.

HSL color Cylindrical-coordinate representation of color #E57C42: hue angle of 21.35º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E57C42 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB22912466-
CMYK00.460.710.10
HSL21.35º75.81%57.84%-
HSV(B)21.35º71.18%89.8%-
XYZ40.531.479.09-
YUV148.7881.29185.22-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 54.65%
GREEN value IS 124 (48.83% from 255) = 29.59%
BLUE value IS 66 (26.17% from 255) = 15.75%
R=54.65%
G=29.59%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291246600.460.710.1021.3575.8157.84
HexE57C4202E47A154c3a
Octal345174102056107122511472
Binary1110010111111001000010010111010001111010101011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57C42; }

 p { color: rgb(229,124,66); }

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

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

 a { background-color: rgb(229,124,66); }

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

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

 span { border-color: rgb(229,124,66); }

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