#EA6E41

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

Shades of Jaffa #EA6E41

Tints of Jaffa #EA6E41

Color information

#EA6E41 (or 0xEA6E41) is unknown color: approx Jaffa. HEX triplet: EA, 6E and 41. RGB value is (234,110,65). Sum of RGB (Red+Green+Blue) = 234+110+65=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6E41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6E41 is #1591BE. Grayscale: #8E8E8E. Windows color (decimal): -1413567 or 4288234. OLE color: 4288234.

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

Color convert

RGB23411065-
CMYK00.530.720.08
HSL15.98º80.09%58.63%-
HSV(B)15.98º72.22%91.76%-
XYZ40.4629.038.47-
YUV141.9584.58193.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 57.21%
GREEN value IS 110 (43.36% from 255) = 26.89%
BLUE value IS 65 (25.78% from 255) = 15.89%
R=57.21%
G=26.89%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341106500.530.720.0815.9880.0958.63
HexEA6E4103548810503b
Octal352156101065110102012073
Binary1110101011011101000001011010110010001000100001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6E41; }

 p { color: rgb(234,110,65); }

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

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

 a { background-color: rgb(234,110,65); }

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

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

 span { border-color: rgb(234,110,65); }

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