#E05F2C

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

Shades of Sorbus #E05F2C

Tints of Sorbus #E05F2C

Color information

#E05F2C (or 0xE05F2C) is unknown color: approx Sorbus. HEX triplet: E0, 5F and 2C. RGB value is (224,95,44). Sum of RGB (Red+Green+Blue) = 224+95+44=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05F2C is #1FA0D3. Grayscale: #808080. Windows color (decimal): -2072788 or 2908128. OLE color: 2908128.

HSL color Cylindrical-coordinate representation of color #E05F2C: hue angle of 17º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E05F2C is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB2249544-
CMYK00.580.800.12
HSL17º74.38%52.55%-
HSV(B)17º80.36%87.84%-
XYZ35.2924.215.2-
YUV127.7680.74196.65-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 61.71%
GREEN value IS 95 (37.5% from 255) = 26.17%
BLUE value IS 44 (17.58% from 255) = 12.12%
R=61.71%
G=26.17%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224954400.580.800.121774.3852.55
HexE05F2C03A50C114a35
Octal34013754072120142111265
Binary111000001011111101100011101010100001100100011001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05F2C; }

 p { color: rgb(224,95,44); }

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

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

 a { background-color: rgb(224,95,44); }

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

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

 span { border-color: rgb(224,95,44); }

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