#e87442

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

Shades of Jaffa #E87442

Tints of Jaffa #E87442

Color information

#E87442 (or 0xE87442) is unknown color: approx Jaffa. HEX triplet: E8, 74 and 42. RGB value is (232,116,66). Sum of RGB (Red+Green+Blue) = 232+116+66=414 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.04% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 66 (26.17% from 255 or 15.94% from 414); Max value from RGB is 232 - color contains mainly: red. Hex color #E87442 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E87442 is #178BBD. Grayscale: #919191. Windows color (decimal): -1543102 or 4355304. OLE color: 4355304.

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

Color convert

RGB23211666-
CMYK00.500.720.09
HSL18.07º78.3%58.43%-
HSV(B)18.07º71.55%90.98%-
XYZ40.5130.048.82-
YUV144.9883.43190.07-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 56.04%
GREEN value IS 116 (45.70% from 255) = 28.02%
BLUE value IS 66 (26.17% from 255) = 15.94%
R=56.04%
G=28.02%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321166600.500.720.0918.0778.358.43
HexE87442032489124e3a
Octal350164102062110112211672
Binary1110100011101001000010011001010010001001100101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e87442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e87442; }

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

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

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

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

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

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

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

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