#EC440E

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

Shades of Orange Red #EC440E

Tints of Orange Red #EC440E

Color information

#EC440E (or 0xEC440E) is unknown color: approx Orange Red. HEX triplet: EC, 44 and 0E. RGB value is (236,68,14). Sum of RGB (Red+Green+Blue) = 236+68+14=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC440E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC440E is #13BBF1. Grayscale: #707070. Windows color (decimal): -1293298 or 935148. OLE color: 935148.

HSL color Cylindrical-coordinate representation of color #EC440E: hue angle of 14.59º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC440E is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB2366814-
CMYK00.710.940.07
HSL14.59º88.8%49.02%-
HSV(B)14.59º94.07%92.55%-
XYZ36.74222.73-
YUV112.0872.66216.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 74.21%
GREEN value IS 68 (26.95% from 255) = 21.38%
BLUE value IS 14 (5.86% from 255) = 4.40%
R=74.21%
G=21.38%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236681400.710.940.0714.5988.849.02
HexEC44E0475E7f5931
Octal35410416010713671713161
Binary111011001000100111001000111101111011111111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC440E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC440E; }

 p { color: rgb(236,68,14); }

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

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

 a { background-color: rgb(236,68,14); }

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

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

 span { border-color: rgb(236,68,14); }

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