#E17045

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

Shades of Jaffa #E17045

Tints of Jaffa #E17045

Color information

#E17045 (or 0xE17045) is unknown color: approx Jaffa. HEX triplet: E1, 70 and 45. RGB value is (225,112,69). Sum of RGB (Red+Green+Blue) = 225+112+69=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E17045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17045 is #1E8FBA. Grayscale: #8D8D8D. Windows color (decimal): -2002875 or 4550881. OLE color: 4550881.

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

Color convert

RGB22511269-
CMYK00.500.690.12
HSL16.54º72.22%57.65%-
HSV(B)16.54º69.33%88.24%-
XYZ37.9228.039.04-
YUV140.8987.44188-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.42%
GREEN value IS 112 (44.14% from 255) = 27.59%
BLUE value IS 69 (27.34% from 255) = 17.00%
R=55.42%
G=27.59%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251126900.500.690.1216.5472.2257.65
HexE1704503245C11483a
Octal341160105062105142111072
Binary1110000111100001000101011001010001011100100011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17045; }

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

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

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

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

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

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

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

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