Html Css Color HEX #EC4208 Orange Red

📋 copy color: '#EC4208'

red 236 ◦ green 66 ◦ blue 8

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

Shades of Orange Red #EC4208

Tints of Orange Red #EC4208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.58%

R = 76.13%
G = 21.29%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC4208 (or 0xEC4208) is known color: Orange Red. HEX triplet: EC, 42 and 08. RGB value is (236,66,8). Sum of RGB (Red+Green+Blue) = 236+66+8=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 8 (3.52% from 255 or 2.58% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4208 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4208 is #13BDF7. Grayscale: #6E6E6E. Windows color (decimal): -1293816 or 541420. OLE color: 541420.

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

Color convert

RGB 236 66 8 -
CMYK 0 0.72 0.97 0.07
HSL 15.26º 0.93% 0.48% -
HSV(B) 15.26º 0.97% 0.93% -
XYZ 36.58 21.75 2.5 -
YUV 110.22 70.32 217.72 -
System Red Green Blue C M Y K H S L
Decimal 236 66 8 0 0.72 0.97 0.07 15.26 0.93 0.48
Hex EC 42 8 0 48 61 7 F 5D 30
Octal 354 102 10 0 110 141 7 17 135 60
Binary 11101100 1000010 1000 0 1001000 1100001 111 1111 1011101 110000

Color Harmonies of #EC4208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4208

Black with #EC4208

Text Example


Text Example

White with #EC4208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4208; }

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

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

background-color css

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

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

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

border-color css

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

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

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