#EA6631

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

Shades of Sorbus #EA6631

Tints of Sorbus #EA6631

Color information

#EA6631 (or 0xEA6631) is unknown color: approx Sorbus. HEX triplet: EA, 66 and 31. RGB value is (234,102,49). Sum of RGB (Red+Green+Blue) = 234+102+49=385 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.78% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 49 (19.53% from 255 or 12.73% from 385); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6631 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6631 is #1599CE. Grayscale: #878787. Windows color (decimal): -1415631 or 3237610. OLE color: 3237610.

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

Color convert

RGB23410249-
CMYK00.560.790.08
HSL17.19º81.5%55.49%-
HSV(B)17.19º79.06%91.76%-
XYZ39.2427.226.09-
YUV135.4379.23198.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 60.78%
GREEN value IS 102 (40.23% from 255) = 26.49%
BLUE value IS 49 (19.53% from 255) = 12.73%
R=60.78%
G=26.49%
B=12.73%

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
Decimal2341024900.560.790.0817.1981.555.49
HexEA66310384F8115137
Octal35214661070117102112167
Binary111010101100110110001011100010011111000100011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6631; }

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

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

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

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

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

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

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

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