#E96A42

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

Shades of Sorbus #E96A42

Tints of Sorbus #E96A42

Color information

#E96A42 (or 0xE96A42) is unknown color: approx Sorbus. HEX triplet: E9, 6A and 42. RGB value is (233,106,66). Sum of RGB (Red+Green+Blue) = 233+106+66=405 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.53% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 233 - color contains mainly: red. Hex color #E96A42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96A42 is #1695BD. Grayscale: #8B8B8B. Windows color (decimal): -1480126 or 4352745. OLE color: 4352745.

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

Color convert

RGB23310666-
CMYK00.550.720.09
HSL14.37º79.15%58.63%-
HSV(B)14.37º71.67%91.37%-
XYZ39.7428.038.47-
YUV139.4186.58194.75-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 57.53%
GREEN value IS 106 (41.80% from 255) = 26.17%
BLUE value IS 66 (26.17% from 255) = 16.30%
R=57.53%
G=26.17%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331066600.550.720.0914.3779.1558.63
HexE96A42037489e4f3b
Octal351152102067110111611773
Binary111010011101010100001001101111001000100111101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96A42; }

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

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

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

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

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

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

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

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