#E96C42

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

Shades of Sorbus #E96C42

Tints of Sorbus #E96C42

Color information

#E96C42 (or 0xE96C42) is unknown color: approx Sorbus. HEX triplet: E9, 6C and 42. RGB value is (233,108,66). Sum of RGB (Red+Green+Blue) = 233+108+66=407 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.25% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 66 (26.17% from 255 or 16.22% from 407); Max value from RGB is 233 - color contains mainly: red. Hex color #E96C42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96C42 is #1693BD. Grayscale: #8C8C8C. Windows color (decimal): -1479614 or 4353257. OLE color: 4353257.

HSL color Cylindrical-coordinate representation of color #E96C42: hue angle of 15.09º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E96C42 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB23310866-
CMYK00.540.720.09
HSL15.09º79.15%58.63%-
HSV(B)15.09º71.67%91.37%-
XYZ39.9528.448.54-
YUV140.5985.91193.92-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 57.25%
GREEN value IS 108 (42.58% from 255) = 26.54%
BLUE value IS 66 (26.17% from 255) = 16.22%
R=57.25%
G=26.54%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331086600.540.720.0915.0979.1558.63
HexE96C42036489f4f3b
Octal351154102066110111711773
Binary111010011101100100001001101101001000100111111001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96C42; }

 p { color: rgb(233,108,66); }

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

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

 a { background-color: rgb(233,108,66); }

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

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

 span { border-color: rgb(233,108,66); }

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