#E76C32

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

Shades of Sorbus #E76C32

Tints of Sorbus #E76C32

Color information

#E76C32 (or 0xE76C32) is unknown color: approx Sorbus. HEX triplet: E7, 6C and 32. RGB value is (231,108,50). Sum of RGB (Red+Green+Blue) = 231+108+50=389 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.38% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 50 (19.92% from 255 or 12.85% from 389); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76C32 is #1893CD. Grayscale: #8A8A8A. Windows color (decimal): -1610702 or 3304679. OLE color: 3304679.

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

Color convert

RGB23110850-
CMYK00.530.780.09
HSL19.23º79.04%55.1%-
HSV(B)19.23º78.35%90.59%-
XYZ38.8927.946.36-
YUV138.1678.25194.22-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 59.38%
GREEN value IS 108 (42.58% from 255) = 27.76%
BLUE value IS 50 (19.92% from 255) = 12.85%
R=59.38%
G=27.76%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.78
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311085000.530.780.0919.2379.0455.1
HexE76C320354E9134f37
Octal34715462065116112311767
Binary111001111101100110010011010110011101001100111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76C32; }

 p { color: rgb(231,108,50); }

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

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

 a { background-color: rgb(231,108,50); }

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

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

 span { border-color: rgb(231,108,50); }

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