#E87445

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

Shades of Jaffa #E87445

Tints of Jaffa #E87445

Color information

#E87445 (or 0xE87445) is unknown color: approx Jaffa. HEX triplet: E8, 74 and 45. RGB value is (232,116,69). Sum of RGB (Red+Green+Blue) = 232+116+69=417 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.64% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 232 - color contains mainly: red. Hex color #E87445 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E87445 is #178BBA. Grayscale: #919191. Windows color (decimal): -1543099 or 4551912. OLE color: 4551912.

HSL color Cylindrical-coordinate representation of color #E87445: hue angle of 17.3º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E87445 is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB23211669-
CMYK00.500.700.09
HSL17.3º77.99%59.02%-
HSV(B)17.3º70.26%90.98%-
XYZ40.630.089.3-
YUV145.3384.93189.82-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 55.64%
GREEN value IS 116 (45.70% from 255) = 27.82%
BLUE value IS 69 (27.34% from 255) = 16.55%
R=55.64%
G=27.82%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321166900.500.700.0917.377.9959.02
HexE87445032469114e3b
Octal350164105062106112111673
Binary1110100011101001000101011001010001101001100011001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87445; }

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

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

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

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

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

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

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

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