#ea7542

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

Shades of Jaffa #EA7542

Tints of Jaffa #EA7542

Color information

#EA7542 (or 0xEA7542) is unknown color: approx Jaffa. HEX triplet: EA, 75 and 42. RGB value is (234,117,66). Sum of RGB (Red+Green+Blue) = 234+117+66=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7542 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7542 is #158ABD. Grayscale: #929292. Windows color (decimal): -1411774 or 4355562. OLE color: 4355562.

HSL color Cylindrical-coordinate representation of color #EA7542: hue angle of 18.21º degrees, saturation: 0.8, 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 #EA7542 is Cyan = 0, Magento = 0.5, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB23411766-
CMYK00.50.720.08
HSL18.21º80%58.82%-
HSV(B)18.21º71.79%91.76%-
XYZ41.2830.618.89-
YUV146.1782.76190.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 56.12%
GREEN value IS 117 (46.09% from 255) = 28.06%
BLUE value IS 66 (26.17% from 255) = 15.83%
R=56.12%
G=28.06%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341176600.50.720.0818.218058.82
HexEA754203248812503b
Octal352165102062110102212073
Binary1110101011101011000010011001010010001000100101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea7542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea7542; }

 p { color: rgb(234,117,66); }

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

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

 a { background-color: rgb(234,117,66); }

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

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

 span { border-color: rgb(234,117,66); }

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