#EC6D2F

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

Shades of Sorbus #EC6D2F

Tints of Sorbus #EC6D2F

Color information

#EC6D2F (or 0xEC6D2F) is unknown color: approx Sorbus. HEX triplet: EC, 6D and 2F. RGB value is (236,109,47). Sum of RGB (Red+Green+Blue) = 236+109+47=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 47 (18.75% from 255 or 11.99% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6D2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6D2F is #1392D0. Grayscale: #8C8C8C. Windows color (decimal): -1282769 or 3108332. OLE color: 3108332.

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

Color convert

RGB23610947-
CMYK00.540.800.07
HSL19.68º83.26%55.49%-
HSV(B)19.68º80.08%92.55%-
XYZ40.5728.986.14-
YUV139.975.58196.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 60.20%
GREEN value IS 109 (42.97% from 255) = 27.81%
BLUE value IS 47 (18.75% from 255) = 11.99%
R=60.20%
G=27.81%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.80
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361094700.540.800.0719.6883.2655.49
HexEC6D2F036507145337
Octal3541555706612072412367
Binary11101100110110110111101101101010000111101001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6D2F; }

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

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

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

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

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

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

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

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