#EB7342

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

Shades of Jaffa #EB7342

Tints of Jaffa #EB7342

Color information

#EB7342 (or 0xEB7342) is unknown color: approx Jaffa. HEX triplet: EB, 73 and 42. RGB value is (235,115,66). Sum of RGB (Red+Green+Blue) = 235+115+66=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 66 (26.17% from 255 or 15.87% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7342 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7342 is #148CBD. Grayscale: #919191. Windows color (decimal): -1346750 or 4355051. OLE color: 4355051.

HSL color Cylindrical-coordinate representation of color #EB7342: hue angle of 17.4º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EB7342 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB23511566-
CMYK00.510.720.08
HSL17.4º80.86%59.02%-
HSV(B)17.4º71.91%92.16%-
XYZ41.3830.328.83-
YUV145.2983.26191.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 56.49%
GREEN value IS 115 (45.31% from 255) = 27.64%
BLUE value IS 66 (26.17% from 255) = 15.87%
R=56.49%
G=27.64%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351156600.510.720.0817.480.8659.02
HexEB734203348811513b
Octal353163102063110102112173
Binary1110101111100111000010011001110010001000100011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7342; }

 p { color: rgb(235,115,66); }

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

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

 a { background-color: rgb(235,115,66); }

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

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

 span { border-color: rgb(235,115,66); }

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