#EC6D32

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

Shades of Sorbus #EC6D32

Tints of Sorbus #EC6D32

Color information

#EC6D32 (or 0xEC6D32) is unknown color: approx Sorbus. HEX triplet: EC, 6D and 32. RGB value is (236,109,50). Sum of RGB (Red+Green+Blue) = 236+109+50=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6D32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6D32 is #1392CD. Grayscale: #8C8C8C. Windows color (decimal): -1282766 or 3304940. OLE color: 3304940.

HSL color Cylindrical-coordinate representation of color #EC6D32: hue angle of 19.03º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC6D32 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB23610950-
CMYK00.540.790.07
HSL19.03º83.04%56.08%-
HSV(B)19.03º78.81%92.55%-
XYZ40.64296.47-
YUV140.2577.08196.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 59.75%
GREEN value IS 109 (42.97% from 255) = 27.59%
BLUE value IS 50 (19.92% from 255) = 12.66%
R=59.75%
G=27.59%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361095000.540.790.0719.0383.0456.08
HexEC6D320364F7135338
Octal3541556206611772312370
Binary11101100110110111001001101101001111111100111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6D32; }

 p { color: rgb(236,109,50); }

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

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

 a { background-color: rgb(236,109,50); }

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

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

 span { border-color: rgb(236,109,50); }

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