#E17445

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

Shades of Jaffa #E17445

Tints of Jaffa #E17445

Color information

#E17445 (or 0xE17445) is unknown color: approx Jaffa. HEX triplet: E1, 74 and 45. RGB value is (225,116,69). Sum of RGB (Red+Green+Blue) = 225+116+69=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 69 (27.34% from 255 or 16.83% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E17445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17445 is #1E8BBA. Grayscale: #8F8F8F. Windows color (decimal): -2001851 or 4551905. OLE color: 4551905.

HSL color Cylindrical-coordinate representation of color #E17445: hue angle of 18.08º 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 #E17445 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB22511669-
CMYK00.480.690.12
HSL18.08º72.22%57.65%-
HSV(B)18.08º69.33%88.24%-
XYZ38.3728.939.19-
YUV143.2386.11186.32-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.88%
GREEN value IS 116 (45.70% from 255) = 28.29%
BLUE value IS 69 (27.34% from 255) = 16.83%
R=54.88%
G=28.29%
B=16.83%

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
Decimal2251166900.480.690.1218.0872.2257.65
HexE1744503045C12483a
Octal341164105060105142211072
Binary1110000111101001000101011000010001011100100101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17445; }

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

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

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

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

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

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

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

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