#E96942

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

Shades of Sorbus #E96942

Tints of Sorbus #E96942

Color information

#E96942 (or 0xE96942) is unknown color: approx Sorbus. HEX triplet: E9, 69 and 42. RGB value is (233,105,66). Sum of RGB (Red+Green+Blue) = 233+105+66=404 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.67% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 66 (26.17% from 255 or 16.34% from 404); Max value from RGB is 233 - color contains mainly: red. Hex color #E96942 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96942 is #1696BD. Grayscale: #8B8B8B. Windows color (decimal): -1480382 or 4352489. OLE color: 4352489.

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

Color convert

RGB23310566-
CMYK00.550.720.09
HSL14.01º79.15%58.63%-
HSV(B)14.01º71.67%91.37%-
XYZ39.6427.828.43-
YUV138.8386.91195.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 57.67%
GREEN value IS 105 (41.41% from 255) = 25.99%
BLUE value IS 66 (26.17% from 255) = 16.34%
R=57.67%
G=25.99%
B=16.34%

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
Decimal2331056600.550.720.0914.0179.1558.63
HexE96942037489e4f3b
Octal351151102067110111611773
Binary111010011101001100001001101111001000100111101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96942; }

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

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

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

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

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

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

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

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