#EC470E

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

Shades of Orange Red #EC470E

Tints of Orange Red #EC470E

Color information

#EC470E (or 0xEC470E) is unknown color: approx Orange Red. HEX triplet: EC, 47 and 0E. RGB value is (236,71,14). Sum of RGB (Red+Green+Blue) = 236+71+14=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 14 (5.86% from 255 or 4.36% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC470E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC470E is #13B8F1. Grayscale: #727272. Windows color (decimal): -1292530 or 935916. OLE color: 935916.

HSL color Cylindrical-coordinate representation of color #EC470E: hue angle of 15.41º 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 #EC470E is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB2367114-
CMYK00.700.940.07
HSL15.41º88.8%49.02%-
HSV(B)15.41º94.07%92.55%-
XYZ36.9222.372.79-
YUV113.8471.66215.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 73.52%
GREEN value IS 71 (28.12% from 255) = 22.12%
BLUE value IS 14 (5.86% from 255) = 4.36%
R=73.52%
G=22.12%
B=4.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236711400.700.940.0715.4188.849.02
HexEC47E0465E7f5931
Octal35410716010613671713161
Binary111011001000111111001000110101111011111111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC470E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC470E; }

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

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

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

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

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

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

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

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