#E87845

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

Shades of Jaffa #E87845

Tints of Jaffa #E87845

Color information

#E87845 (or 0xE87845) is unknown color: approx Jaffa. HEX triplet: E8, 78 and 45. RGB value is (232,120,69). Sum of RGB (Red+Green+Blue) = 232+120+69=421 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.11% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 232 - color contains mainly: red. Hex color #E87845 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E87845 is #1787BA. Grayscale: #939393. Windows color (decimal): -1542075 or 4552936. OLE color: 4552936.

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

Color convert

RGB23212069-
CMYK00.480.700.09
HSL18.77º77.99%59.02%-
HSV(B)18.77º70.26%90.98%-
XYZ41.0731.029.45-
YUV147.6783.61188.15-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 55.11%
GREEN value IS 120 (47.27% from 255) = 28.50%
BLUE value IS 69 (27.34% from 255) = 16.39%
R=55.11%
G=28.50%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321206900.480.700.0918.7777.9959.02
HexE87845030469134e3b
Octal350170105060106112311673
Binary1110100011110001000101011000010001101001100111001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87845; }

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

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

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

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

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

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

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

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