#ea7942

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

Shades of Jaffa #EA7942

Tints of Jaffa #EA7942

Color information

#EA7942 (or 0xEA7942) is unknown color: approx Jaffa. HEX triplet: EA, 79 and 42. RGB value is (234,121,66). Sum of RGB (Red+Green+Blue) = 234+121+66=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7942 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7942 is #1586BD. Grayscale: #949494. Windows color (decimal): -1410750 or 4356586. OLE color: 4356586.

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

Color convert

RGB23412166-
CMYK00.480.720.08
HSL19.64º80%58.82%-
HSV(B)19.64º71.79%91.76%-
XYZ41.7531.569.05-
YUV148.5281.44188.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 55.58%
GREEN value IS 121 (47.66% from 255) = 28.74%
BLUE value IS 66 (26.17% from 255) = 15.68%
R=55.58%
G=28.74%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341216600.480.720.0819.648058.82
HexEA794203048814503b
Octal352171102060110102412073
Binary1110101011110011000010011000010010001000101001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea7942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea7942; }

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

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

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

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

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

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

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

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