#EA7540

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

Shades of Jaffa #EA7540

Tints of Jaffa #EA7540

Color information

#EA7540 (or 0xEA7540) is unknown color: approx Jaffa. HEX triplet: EA, 75 and 40. RGB value is (234,117,64). Sum of RGB (Red+Green+Blue) = 234+117+64=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7540 is #158ABF. Grayscale: #929292. Windows color (decimal): -1411776 or 4224490. OLE color: 4224490.

HSL color Cylindrical-coordinate representation of color #EA7540: hue angle of 18.71º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA7540 is Cyan = 0, Magento = 0.5, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB23411764-
CMYK00.50.730.08
HSL18.71º80.19%58.43%-
HSV(B)18.71º72.65%91.76%-
XYZ41.2230.598.58-
YUV145.9481.76190.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 56.39%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 64 (25.39% from 255) = 15.42%
R=56.39%
G=28.19%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341176400.50.730.0818.7180.1958.43
HexEA754003249813503a
Octal352165100062111102312072
Binary1110101011101011000000011001010010011000100111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7540; }

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

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

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

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

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

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

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

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