Html Css Color HEX #EC4606 Orange Red

📋 copy color: '#EC4606'

red 236 ◦ green 70 ◦ blue 6

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

Shades of Orange Red #EC4606

Tints of Orange Red #EC4606

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.44%

 BLUE value IS 6 (2.73% from 255) = 1.92%

R = 75.64%
G = 22.44%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC4606 (or 0xEC4606) is known color: Orange Red. HEX triplet: EC, 46 and 06. RGB value is (236,70,6). Sum of RGB (Red+Green+Blue) = 236+70+6=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4606 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4606 is #13B9F9. Grayscale: #707070. Windows color (decimal): -1292794 or 411372. OLE color: 411372.

HSL color Cylindrical-coordinate representation of color #EC4606: hue angle of 16.7º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC4606 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 70 6 -
CMYK 0 0.70 0.97 0.07
HSL 16.7º 0.95% 0.47% -
HSV(B) 16.7º 0.97% 0.93% -
XYZ 36.82 22.23 2.52 -
YUV 112.34 68 216.2 -
System Red Green Blue C M Y K H S L
Decimal 236 70 6 0 0.70 0.97 0.07 16.7 0.95 0.47
Hex EC 46 6 0 46 61 7 11 5F 2F
Octal 354 106 6 0 106 141 7 21 137 57
Binary 11101100 1000110 110 0 1000110 1100001 111 10001 1011111 101111

Color Harmonies of #EC4606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4606

Black with #EC4606

Text Example


Text Example

White with #EC4606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4606; }

 p { color: rgb(236,70,6); }

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

background-color css

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

 a { background-color: rgb(236,70,6); }

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

border-color css

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

 span { border-color: rgb(236,70,6); }

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