#E57A4C

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

Shades of Jaffa #E57A4C

Tints of Jaffa #E57A4C

Color information

#E57A4C (or 0xE57A4C) is unknown color: approx Jaffa. HEX triplet: E5, 7A and 4C. RGB value is (229,122,76). Sum of RGB (Red+Green+Blue) = 229+122+76=427 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.63% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 76 (30.08% from 255 or 17.80% from 427); Max value from RGB is 229 - color contains mainly: red. Hex color #E57A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57A4C is #1A85B3. Grayscale: #959595. Windows color (decimal): -1738164 or 5012197. OLE color: 5012197.

HSL color Cylindrical-coordinate representation of color #E57A4C: hue angle of 18.04º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E57A4C is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB22912276-
CMYK00.470.670.10
HSL18.04º74.63%59.8%-
HSV(B)18.04º66.81%89.8%-
XYZ40.5831.110.7-
YUV148.7586.95185.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.63%
GREEN value IS 122 (48.05% from 255) = 28.57%
BLUE value IS 76 (30.08% from 255) = 17.80%
R=53.63%
G=28.57%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291227600.470.670.1018.0474.6359.8
HexE57A4C02F43A124b3c
Octal345172114057103122211374
Binary1110010111110101001100010111110000111010100101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57A4C; }

 p { color: rgb(229,122,76); }

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

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

 a { background-color: rgb(229,122,76); }

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

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

 span { border-color: rgb(229,122,76); }

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