Html Css Color HEX #EC741A Pumpkin

📋 copy color: '#EC741A'

red 236 ◦ green 116 ◦ blue 26

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

Shades of Pumpkin #EC741A

Tints of Pumpkin #EC741A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.69%

 BLUE value IS 26 (10.55% from 255) = 6.88%

R = 62.43%
G = 30.69%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC741A (or 0xEC741A) is known color: Pumpkin. HEX triplet: EC, 74 and 1A. RGB value is (236,116,26). Sum of RGB (Red+Green+Blue) = 236+116+26=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 26 (10.55% from 255 or 6.88% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC741A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC741A is #138BE5. Grayscale: #8E8E8E. Windows color (decimal): -1280998 or 1733868. OLE color: 1733868.

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

Color convert

RGB 236 116 26 -
CMYK 0 0.51 0.89 0.07
HSL 25.71º 0.85% 0.51% -
HSV(B) 25.71º 0.89% 0.93% -
XYZ 41.02 30.4 4.68 -
YUV 141.62 62.76 195.32 -
System Red Green Blue C M Y K H S L
Decimal 236 116 26 0 0.51 0.89 0.07 25.71 0.85 0.51
Hex EC 74 1A 0 33 59 7 1A 55 33
Octal 354 164 32 0 63 131 7 32 125 63
Binary 11101100 1110100 11010 0 110011 1011001 111 11010 1010101 110011

Color Harmonies of #EC741A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC741A

Black with #EC741A

Text Example


Text Example

White with #EC741A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC741A; }

 p { color: rgb(236,116,26); }

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

background-color css

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

 a { background-color: rgb(236,116,26); }

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

border-color css

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

 span { border-color: rgb(236,116,26); }

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