#E87A45

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

Shades of Jaffa #E87A45

Tints of Jaffa #E87A45

Color information

#E87A45 (or 0xE87A45) is unknown color: approx Jaffa. HEX triplet: E8, 7A and 45. RGB value is (232,122,69). Sum of RGB (Red+Green+Blue) = 232+122+69=423 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.85% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 69 (27.34% from 255 or 16.31% from 423); Max value from RGB is 232 - color contains mainly: red. Hex color #E87A45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E87A45 is #1785BA. Grayscale: #959595. Windows color (decimal): -1541563 or 4553448. OLE color: 4553448.

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

Color convert

RGB23212269-
CMYK00.470.700.09
HSL19.51º77.99%59.02%-
HSV(B)19.51º70.26%90.98%-
XYZ41.3131.59.53-
YUV148.8582.94187.31-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 54.85%
GREEN value IS 122 (48.05% from 255) = 28.84%
BLUE value IS 69 (27.34% from 255) = 16.31%
R=54.85%
G=28.84%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321226900.470.700.0919.5177.9959.02
HexE87A4502F469144e3b
Octal350172105057106112411673
Binary1110100011110101000101010111110001101001101001001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87A45; }

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

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

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

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

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

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

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

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