#E57F49

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

Shades of Jaffa #E57F49

Tints of Jaffa #E57F49

Color information

#E57F49 (or 0xE57F49) is unknown color: approx Jaffa. HEX triplet: E5, 7F and 49. RGB value is (229,127,73). Sum of RGB (Red+Green+Blue) = 229+127+73=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E57F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57F49 is #1A80B6. Grayscale: #979797. Windows color (decimal): -1736887 or 4816869. OLE color: 4816869.

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

Color convert

RGB22912773-
CMYK00.450.680.10
HSL20.77º75%59.22%-
HSV(B)20.77º68.12%89.8%-
XYZ41.1132.3210.37-
YUV151.3483.79183.39-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.38%
GREEN value IS 127 (50% from 255) = 29.60%
BLUE value IS 73 (28.91% from 255) = 17.02%
R=53.38%
G=29.60%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291277300.450.680.1020.777559.22
HexE57F4902D44A154b3b
Octal345177111055104122511373
Binary1110010111111111001001010110110001001010101011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57F49; }

 p { color: rgb(229,127,73); }

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

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

 a { background-color: rgb(229,127,73); }

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

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

 span { border-color: rgb(229,127,73); }

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