#E17545

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

Shades of Jaffa #E17545

Tints of Jaffa #E17545

Color information

#E17545 (or 0xE17545) is unknown color: approx Jaffa. HEX triplet: E1, 75 and 45. RGB value is (225,117,69). Sum of RGB (Red+Green+Blue) = 225+117+69=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 69 (27.34% from 255 or 16.79% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E17545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17545 is #1E8ABA. Grayscale: #909090. Windows color (decimal): -2001595 or 4552161. OLE color: 4552161.

HSL color Cylindrical-coordinate representation of color #E17545: hue angle of 18.46º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E17545 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB22511769-
CMYK00.480.690.12
HSL18.46º72.22%57.65%-
HSV(B)18.46º69.33%88.24%-
XYZ38.4929.169.23-
YUV143.8285.78185.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.74%
GREEN value IS 117 (46.09% from 255) = 28.47%
BLUE value IS 69 (27.34% from 255) = 16.79%
R=54.74%
G=28.47%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251176900.480.690.1218.4672.2257.65
HexE1754503045C12483a
Octal341165105060105142211072
Binary1110000111101011000101011000010001011100100101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17545; }

 p { color: rgb(225,117,69); }

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

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

 a { background-color: rgb(225,117,69); }

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

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

 span { border-color: rgb(225,117,69); }

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