#E0703B

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

Shades of Sorbus #E0703B

Tints of Sorbus #E0703B

Color information

#E0703B (or 0xE0703B) is unknown color: approx Sorbus. HEX triplet: E0, 70 and 3B. RGB value is (224,112,59). Sum of RGB (Red+Green+Blue) = 224+112+59=395 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.71% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 59 (23.44% from 255 or 14.94% from 395); Max value from RGB is 224 - color contains mainly: red. Hex color #E0703B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0703B is #1F8FC4. Grayscale: #8B8B8B. Windows color (decimal): -2068421 or 3895520. OLE color: 3895520.

HSL color Cylindrical-coordinate representation of color #E0703B: hue angle of 19.27º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E0703B is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB22411259-
CMYK00.500.740.12
HSL19.27º72.69%55.49%-
HSV(B)19.27º73.66%87.84%-
XYZ37.3227.757.53-
YUV139.4582.61188.31-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 56.71%
GREEN value IS 112 (44.14% from 255) = 28.35%
BLUE value IS 59 (23.44% from 255) = 14.94%
R=56.71%
G=28.35%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241125900.500.740.1219.2772.6955.49
HexE0703B0324AC134937
Octal34016073062112142311167
Binary111000001110000111011011001010010101100100111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0703B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0703B; }

 p { color: rgb(224,112,59); }

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

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

 a { background-color: rgb(224,112,59); }

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

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

 span { border-color: rgb(224,112,59); }

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