#E05C3D

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

Shades of Sorbus #E05C3D

Tints of Sorbus #E05C3D

Color information

#E05C3D (or 0xE05C3D) is unknown color: approx Sorbus. HEX triplet: E0, 5C and 3D. RGB value is (224,92,61). Sum of RGB (Red+Green+Blue) = 224+92+61=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05C3D is #1FA3C2. Grayscale: #808080. Windows color (decimal): -2073539 or 4021472. OLE color: 4021472.

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

Color convert

RGB2249261-
CMYK00.590.730.12
HSL11.41º72.44%55.88%-
HSV(B)11.41º72.77%87.84%-
XYZ35.4123.847.15-
YUV127.9390.23196.52-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 59.42%
GREEN value IS 92 (36.33% from 255) = 24.40%
BLUE value IS 61 (24.22% from 255) = 16.18%
R=59.42%
G=24.40%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224926100.590.730.1211.4172.4455.88
HexE05C3D03B49Cb4838
Octal34013475073111141311070
Binary11100000101110011110101110111001001110010111001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05C3D; }

 p { color: rgb(224,92,61); }

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

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

 a { background-color: rgb(224,92,61); }

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

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

 span { border-color: rgb(224,92,61); }

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