Html Css Color HEX #EC4204 Orange Red

📋 copy color: '#EC4204'

red 236 ◦ green 66 ◦ blue 4

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

Shades of Orange Red #EC4204

Tints of Orange Red #EC4204

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.57%

 BLUE value IS 4 (1.95% from 255) = 1.31%

R = 77.12%
G = 21.57%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC4204 (or 0xEC4204) is known color: Orange Red. HEX triplet: EC, 42 and 04. RGB value is (236,66,4). Sum of RGB (Red+Green+Blue) = 236+66+4=306 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.12% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4204 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4204 is #13BDFB. Grayscale: #6E6E6E. Windows color (decimal): -1293820 or 279276. OLE color: 279276.

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

Color convert

RGB 236 66 4 -
CMYK 0 0.72 0.98 0.07
HSL 16.03º 0.97% 0.47% -
HSV(B) 16.03º 0.98% 0.93% -
XYZ 36.56 21.74 2.38 -
YUV 109.76 68.32 218.04 -
System Red Green Blue C M Y K H S L
Decimal 236 66 4 0 0.72 0.98 0.07 16.03 0.97 0.47
Hex EC 42 4 0 48 62 7 10 61 2F
Octal 354 102 4 0 110 142 7 20 141 57
Binary 11101100 1000010 100 0 1001000 1100010 111 10000 1100001 101111

Color Harmonies of #EC4204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4204

Black with #EC4204

Text Example


Text Example

White with #EC4204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4204; }

 p { color: rgb(236,66,4); }

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

background-color css

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

 a { background-color: rgb(236,66,4); }

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

border-color css

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

 span { border-color: rgb(236,66,4); }

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