#ea603b

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

Shades of Sorbus #EA603B

Tints of Sorbus #EA603B

Color information

#EA603B (or 0xEA603B) is unknown color: approx Sorbus. HEX triplet: EA, 60 and 3B. RGB value is (234,96,59). Sum of RGB (Red+Green+Blue) = 234+96+59=389 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.15% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 59 (23.44% from 255 or 15.17% from 389); Max value from RGB is 234 - color contains mainly: red. Hex color #EA603B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA603B is #159FC4. Grayscale: #858585. Windows color (decimal): -1417157 or 3891434. OLE color: 3891434.

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

Color convert

RGB2349659-
CMYK00.590.750.08
HSL12.69º80.65%57.45%-
HSV(B)12.69º74.79%91.76%-
XYZ38.926.177.14-
YUV133.0486.22200.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 60.15%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 59 (23.44% from 255) = 15.17%
R=60.15%
G=24.68%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234965900.590.750.0812.6980.6557.45
HexEA603B03B4B8d5139
Octal35214073073113101512171
Binary11101010110000011101101110111001011100011011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea603b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea603b; }

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

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

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

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

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

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

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

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