#E87842

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

Shades of Jaffa #E87842

Tints of Jaffa #E87842

Color information

#E87842 (or 0xE87842) is unknown color: approx Jaffa. HEX triplet: E8, 78 and 42. RGB value is (232,120,66). Sum of RGB (Red+Green+Blue) = 232+120+66=418 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.50% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 66 (26.17% from 255 or 15.79% from 418); Max value from RGB is 232 - color contains mainly: red. Hex color #E87842 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E87842 is #1787BD. Grayscale: #939393. Windows color (decimal): -1542078 or 4356328. OLE color: 4356328.

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

Color convert

RGB23212066-
CMYK00.480.720.09
HSL19.52º78.3%58.43%-
HSV(B)19.52º71.55%90.98%-
XYZ40.9830.988.97-
YUV147.3382.11188.39-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 55.50%
GREEN value IS 120 (47.27% from 255) = 28.71%
BLUE value IS 66 (26.17% from 255) = 15.79%
R=55.50%
G=28.71%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321206600.480.720.0919.5278.358.43
HexE87842030489144e3a
Octal350170102060110112411672
Binary1110100011110001000010011000010010001001101001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87842; }

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

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

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

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

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

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

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

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