#EA6841

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

Shades of Sorbus #EA6841

Tints of Sorbus #EA6841

Color information

#EA6841 (or 0xEA6841) is unknown color: approx Sorbus. HEX triplet: EA, 68 and 41. RGB value is (234,104,65). Sum of RGB (Red+Green+Blue) = 234+104+65=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 65 (25.78% from 255 or 16.13% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6841 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6841 is #1597BE. Grayscale: #8A8A8A. Windows color (decimal): -1415103 or 4286698. OLE color: 4286698.

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

Color convert

RGB23410465-
CMYK00.560.720.08
HSL13.85º80.09%58.63%-
HSV(B)13.85º72.22%91.76%-
XYZ39.8427.778.26-
YUV138.4286.57196.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 58.06%
GREEN value IS 104 (41.02% from 255) = 25.81%
BLUE value IS 65 (25.78% from 255) = 16.13%
R=58.06%
G=25.81%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341046500.560.720.0813.8580.0958.63
HexEA6841038488e503b
Octal352150101070110101612073
Binary111010101101000100000101110001001000100011101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6841; }

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

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

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

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

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

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

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

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