#E06E3B

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

Shades of Sorbus #E06E3B

Tints of Sorbus #E06E3B

Color information

#E06E3B (or 0xE06E3B) is unknown color: approx Sorbus. HEX triplet: E0, 6E and 3B. RGB value is (224,110,59). Sum of RGB (Red+Green+Blue) = 224+110+59=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 59 (23.44% from 255 or 15.01% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06E3B is #1F91C4. Grayscale: #8A8A8A. Windows color (decimal): -2068933 or 3895008. OLE color: 3895008.

HSL color Cylindrical-coordinate representation of color #E06E3B: hue angle of 18.55º 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 #E06E3B is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB22411059-
CMYK00.510.740.12
HSL18.55º72.69%55.49%-
HSV(B)18.55º73.66%87.84%-
XYZ37.1127.317.45-
YUV138.2783.27189.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 57.00%
GREEN value IS 110 (43.36% from 255) = 27.99%
BLUE value IS 59 (23.44% from 255) = 15.01%
R=57.00%
G=27.99%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241105900.510.740.1218.5572.6955.49
HexE06E3B0334AC134937
Octal34015673063112142311167
Binary111000001101110111011011001110010101100100111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06E3B; }

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

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

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

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

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

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

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

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