#E96B42

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

Shades of Sorbus #E96B42

Tints of Sorbus #E96B42

Color information

#E96B42 (or 0xE96B42) is unknown color: approx Sorbus. HEX triplet: E9, 6B and 42. RGB value is (233,107,66). Sum of RGB (Red+Green+Blue) = 233+107+66=406 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.39% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 66 (26.17% from 255 or 16.26% from 406); Max value from RGB is 233 - color contains mainly: red. Hex color #E96B42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96B42 is #1694BD. Grayscale: #8C8C8C. Windows color (decimal): -1479870 or 4353001. OLE color: 4353001.

HSL color Cylindrical-coordinate representation of color #E96B42: hue angle of 14.73º 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 #E96B42 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB23310766-
CMYK00.540.720.09
HSL14.73º79.15%58.63%-
HSV(B)14.73º71.67%91.37%-
XYZ39.8528.238.5-
YUV14086.24194.33-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 57.39%
GREEN value IS 107 (42.19% from 255) = 26.35%
BLUE value IS 66 (26.17% from 255) = 16.26%
R=57.39%
G=26.35%
B=16.26%

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
Decimal2331076600.540.720.0914.7379.1558.63
HexE96B42036489f4f3b
Octal351153102066110111711773
Binary111010011101011100001001101101001000100111111001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96B42; }

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

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

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

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

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

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

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

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