#EA6731

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

Shades of Sorbus #EA6731

Tints of Sorbus #EA6731

Color information

#EA6731 (or 0xEA6731) is unknown color: approx Sorbus. HEX triplet: EA, 67 and 31. RGB value is (234,103,49). Sum of RGB (Red+Green+Blue) = 234+103+49=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 49 (19.53% from 255 or 12.69% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6731 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6731 is #1598CE. Grayscale: #888888. Windows color (decimal): -1415375 or 3237866. OLE color: 3237866.

HSL color Cylindrical-coordinate representation of color #EA6731: hue angle of 17.51º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA6731 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB23410349-
CMYK00.560.790.08
HSL17.51º81.5%55.49%-
HSV(B)17.51º79.06%91.76%-
XYZ39.3427.416.12-
YUV136.0178.9197.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 60.62%
GREEN value IS 103 (40.62% from 255) = 26.68%
BLUE value IS 49 (19.53% from 255) = 12.69%
R=60.62%
G=26.68%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341034900.560.790.0817.5181.555.49
HexEA67310384F8125137
Octal35214761070117102212167
Binary111010101100111110001011100010011111000100101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6731; }

 p { color: rgb(234,103,49); }

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

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

 a { background-color: rgb(234,103,49); }

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

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

 span { border-color: rgb(234,103,49); }

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