#EA7240

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

Shades of Jaffa #EA7240

Tints of Jaffa #EA7240

Color information

#EA7240 (or 0xEA7240) is unknown color: approx Jaffa. HEX triplet: EA, 72 and 40. RGB value is (234,114,64). Sum of RGB (Red+Green+Blue) = 234+114+64=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7240 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7240 is #158DBF. Grayscale: #909090. Windows color (decimal): -1412544 or 4223722. OLE color: 4223722.

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

Color convert

RGB23411464-
CMYK00.510.730.08
HSL17.65º80.19%58.43%-
HSV(B)17.65º72.65%91.76%-
XYZ40.8729.98.47-
YUV144.1882.76192.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 56.80%
GREEN value IS 114 (44.92% from 255) = 27.67%
BLUE value IS 64 (25.39% from 255) = 15.53%
R=56.80%
G=27.67%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341146400.510.730.0817.6580.1958.43
HexEA724003349812503a
Octal352162100063111102212072
Binary1110101011100101000000011001110010011000100101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7240; }

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

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

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

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

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

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

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

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