#EB603B

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

Shades of Sorbus #EB603B

Tints of Sorbus #EB603B

Color information

#EB603B (or 0xEB603B) is unknown color: approx Sorbus. HEX triplet: EB, 60 and 3B. RGB value is (235,96,59). Sum of RGB (Red+Green+Blue) = 235+96+59=390 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.26% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 59 (23.44% from 255 or 15.13% from 390); Max value from RGB is 235 - color contains mainly: red. Hex color #EB603B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB603B is #149FC4. Grayscale: #858585. Windows color (decimal): -1351621 or 3891435. OLE color: 3891435.

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

Color convert

RGB2359659-
CMYK00.590.750.08
HSL12.61º81.48%57.65%-
HSV(B)12.61º74.89%92.16%-
XYZ39.2326.347.15-
YUV133.3486.05200.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 60.26%
GREEN value IS 96 (37.89% from 255) = 24.62%
BLUE value IS 59 (23.44% from 255) = 15.13%
R=60.26%
G=24.62%
B=15.13%

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
Decimal235965900.590.750.0812.6181.4857.65
HexEB603B03B4B8d513a
Octal35314073073113101512172
Binary11101011110000011101101110111001011100011011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB603B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB603B; }

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

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

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

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

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

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

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

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