Html Css Color HEX #EC4016 Orange Red

📋 copy color: '#EC4016'

red 236 ◦ green 64 ◦ blue 22

#EC4016
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #EC4016

Tints of Orange Red #EC4016

RGB

 RED value IS 236 (92.58% from 255) = 73.29%

 GREEN value IS 64 (25.39% from 255) = 19.88%

 BLUE value IS 22 (8.98% from 255) = 6.83%

R = 73.29%
G = 19.88%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC4016 (or 0xEC4016) is known color: Orange Red. HEX triplet: EC, 40 and 16. RGB value is (236,64,22). Sum of RGB (Red+Green+Blue) = 236+64+22=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4016 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4016 is #13BFE9. Grayscale: #6E6E6E. Windows color (decimal): -1294314 or 1458412. OLE color: 1458412.

HSL color Cylindrical-coordinate representation of color #EC4016: hue angle of 11.78º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC4016 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 64 22 -
CMYK 0 0.73 0.91 0.07
HSL 11.78º 0.85% 0.51% -
HSV(B) 11.78º 0.91% 0.93% -
XYZ 36.57 21.56 2.99 -
YUV 110.64 77.98 217.42 -
System Red Green Blue C M Y K H S L
Decimal 236 64 22 0 0.73 0.91 0.07 11.78 0.85 0.51
Hex EC 40 16 0 49 5B 7 C 55 33
Octal 354 100 26 0 111 133 7 14 125 63
Binary 11101100 1000000 10110 0 1001001 1011011 111 1100 1010101 110011

Color Harmonies of #EC4016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4016

Black with #EC4016

Text Example


Text Example

White with #EC4016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4016; }

 p { color: rgb(236,64,22); }

 H1.HeaderClassName
 {
   color: #EC4016;
 }
 .AnyTagClassName
 {
   color: #EC4016;
 }
</style>

background-color css

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

 a { background-color: rgb(236,64,22); }

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

border-color css

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

 span { border-color: rgb(236,64,22); }

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