#EA643B

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

Shades of Sorbus #EA643B

Tints of Sorbus #EA643B

Color information

#EA643B (or 0xEA643B) is unknown color: approx Sorbus. HEX triplet: EA, 64 and 3B. RGB value is (234,100,59). Sum of RGB (Red+Green+Blue) = 234+100+59=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 59 (23.44% from 255 or 15.01% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA643B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA643B is #159BC4. Grayscale: #878787. Windows color (decimal): -1416133 or 3892458. OLE color: 3892458.

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

Color convert

RGB23410059-
CMYK00.570.750.08
HSL14.06º80.65%57.45%-
HSV(B)14.06º74.79%91.76%-
XYZ39.2826.927.26-
YUV135.3984.89198.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 59.54%
GREEN value IS 100 (39.45% from 255) = 25.45%
BLUE value IS 59 (23.44% from 255) = 15.01%
R=59.54%
G=25.45%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341005900.570.750.0814.0680.6557.45
HexEA643B0394B8e5139
Octal35214473071113101612171
Binary11101010110010011101101110011001011100011101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA643B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA643B; }

 p { color: rgb(234,100,59); }

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

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

 a { background-color: rgb(234,100,59); }

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

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

 span { border-color: rgb(234,100,59); }

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