#E06742

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

Shades of Sorbus #E06742

Tints of Sorbus #E06742

Color information

#E06742 (or 0xE06742) is unknown color: approx Sorbus. HEX triplet: E0, 67 and 42. RGB value is (224,103,66). Sum of RGB (Red+Green+Blue) = 224+103+66=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E06742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06742 is #1F98BD. Grayscale: #878787. Windows color (decimal): -2070718 or 4351968. OLE color: 4351968.

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

Color convert

RGB22410366-
CMYK00.540.710.12
HSL14.05º71.82%56.86%-
HSV(B)14.05º70.54%87.84%-
XYZ36.5725.948.23-
YUV134.9689.09191.51-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 57.00%
GREEN value IS 103 (40.62% from 255) = 26.21%
BLUE value IS 66 (26.17% from 255) = 16.79%
R=57.00%
G=26.21%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241036600.540.710.1214.0571.8256.86
HexE0674203647Ce4839
Octal340147102066107141611071
Binary111000001100111100001001101101000111110011101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06742; }

 p { color: rgb(224,103,66); }

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

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

 a { background-color: rgb(224,103,66); }

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

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

 span { border-color: rgb(224,103,66); }

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