#E96D3B

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

Shades of Sorbus #E96D3B

Tints of Sorbus #E96D3B

Color information

#E96D3B (or 0xE96D3B) is unknown color: approx Sorbus. HEX triplet: E9, 6D and 3B. RGB value is (233,109,59). Sum of RGB (Red+Green+Blue) = 233+109+59=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 59 (23.44% from 255 or 14.71% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E96D3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96D3B is #1692C4. Grayscale: #8C8C8C. Windows color (decimal): -1479365 or 3894761. OLE color: 3894761.

HSL color Cylindrical-coordinate representation of color #E96D3B: hue angle of 17.24º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E96D3B is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB23310959-
CMYK00.530.750.09
HSL17.24º79.82%57.25%-
HSV(B)17.24º74.68%91.37%-
XYZ39.8628.587.55-
YUV140.3882.08194.07-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 58.10%
GREEN value IS 109 (42.97% from 255) = 27.18%
BLUE value IS 59 (23.44% from 255) = 14.71%
R=58.10%
G=27.18%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331095900.530.750.0917.2479.8257.25
HexE96D3B0354B9115039
Octal35115573065113112112071
Binary111010011101101111011011010110010111001100011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96D3B; }

 p { color: rgb(233,109,59); }

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

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

 a { background-color: rgb(233,109,59); }

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

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

 span { border-color: rgb(233,109,59); }

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