#E57345

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

Shades of Jaffa #E57345

Tints of Jaffa #E57345

Color information

#E57345 (or 0xE57345) is unknown color: approx Jaffa. HEX triplet: E5, 73 and 45. RGB value is (229,115,69). Sum of RGB (Red+Green+Blue) = 229+115+69=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 69 (27.34% from 255 or 16.71% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E57345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57345 is #1A8CBA. Grayscale: #909090. Windows color (decimal): -1739963 or 4551653. OLE color: 4551653.

HSL color Cylindrical-coordinate representation of color #E57345: hue angle of 17.25º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E57345 is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB22911569-
CMYK00.500.700.10
HSL17.25º75.47%58.43%-
HSV(B)17.25º69.87%89.8%-
XYZ39.5229.359.21-
YUV143.8485.77188.74-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.45%
GREEN value IS 115 (45.31% from 255) = 27.85%
BLUE value IS 69 (27.34% from 255) = 16.71%
R=55.45%
G=27.85%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.70
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291156900.500.700.1017.2575.4758.43
HexE5734503246A114b3a
Octal345163105062106122111372
Binary1110010111100111000101011001010001101010100011001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57345; }

 p { color: rgb(229,115,69); }

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

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

 a { background-color: rgb(229,115,69); }

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

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

 span { border-color: rgb(229,115,69); }

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