#E8753F

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

Shades of Jaffa #E8753F

Tints of Jaffa #E8753F

Color information

#E8753F (or 0xE8753F) is unknown color: approx Jaffa. HEX triplet: E8, 75 and 3F. RGB value is (232,117,63). Sum of RGB (Red+Green+Blue) = 232+117+63=412 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.31% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 232 - color contains mainly: red. Hex color #E8753F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8753F is #178AC0. Grayscale: #919191. Windows color (decimal): -1542849 or 4158952. OLE color: 4158952.

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

Color convert

RGB23211763-
CMYK00.500.730.09
HSL19.17º78.6%57.84%-
HSV(B)19.17º72.84%90.98%-
XYZ40.5430.248.4-
YUV145.2381.6189.89-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 56.31%
GREEN value IS 117 (46.09% from 255) = 28.40%
BLUE value IS 63 (25% from 255) = 15.29%
R=56.31%
G=28.40%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321176300.500.730.0919.1778.657.84
HexE8753F032499134f3a
Octal35016577062111112311772
Binary111010001110101111111011001010010011001100111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8753F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8753F; }

 p { color: rgb(232,117,63); }

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

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

 a { background-color: rgb(232,117,63); }

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

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

 span { border-color: rgb(232,117,63); }

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