Html Css Color HEX #EC4005 Orange Red

📋 copy color: '#EC4005'

red 236 ◦ green 64 ◦ blue 5

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

Shades of Orange Red #EC4005

Tints of Orange Red #EC4005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.64%

R = 77.38%
G = 20.98%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC4005 (or 0xEC4005) is known color: Orange Red. HEX triplet: EC, 40 and 05. RGB value is (236,64,5). Sum of RGB (Red+Green+Blue) = 236+64+5=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4005 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4005 is #13BFFA. Grayscale: #6D6D6D. Windows color (decimal): -1294331 or 344300. OLE color: 344300.

HSL color Cylindrical-coordinate representation of color #EC4005: hue angle of 15.32º degrees, saturation: 0.96, 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 #EC4005 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 64 5 -
CMYK 0 0.73 0.98 0.07
HSL 15.32º 0.96% 0.47% -
HSV(B) 15.32º 0.98% 0.93% -
XYZ 36.45 21.51 2.37 -
YUV 108.7 69.48 218.8 -
System Red Green Blue C M Y K H S L
Decimal 236 64 5 0 0.73 0.98 0.07 15.32 0.96 0.47
Hex EC 40 5 0 49 62 7 F 60 2F
Octal 354 100 5 0 111 142 7 17 140 57
Binary 11101100 1000000 101 0 1001001 1100010 111 1111 1100000 101111

Color Harmonies of #EC4005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4005

Black with #EC4005

Text Example


Text Example

White with #EC4005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4005; }

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

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

background-color css

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

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

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

border-color css

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

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

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