Html Css Color HEX #EC721A Pumpkin

📋 copy color: '#EC721A'

red 236 ◦ green 114 ◦ blue 26

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

Shades of Pumpkin #EC721A

Tints of Pumpkin #EC721A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.32%

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

R = 62.77%
G = 30.32%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC721A (or 0xEC721A) is known color: Pumpkin. HEX triplet: EC, 72 and 1A. RGB value is (236,114,26). Sum of RGB (Red+Green+Blue) = 236+114+26=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 26 (10.55% from 255 or 6.91% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC721A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC721A is #138DE5. Grayscale: #8C8C8C. Windows color (decimal): -1281510 or 1733356. OLE color: 1733356.

HSL color Cylindrical-coordinate representation of color #EC721A: hue angle of 25.14º 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 #EC721A is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 114 26 -
CMYK 0 0.52 0.89 0.07
HSL 25.14º 0.85% 0.51% -
HSV(B) 25.14º 0.89% 0.93% -
XYZ 40.8 29.94 4.61 -
YUV 140.45 63.42 196.16 -
System Red Green Blue C M Y K H S L
Decimal 236 114 26 0 0.52 0.89 0.07 25.14 0.85 0.51
Hex EC 72 1A 0 34 59 7 19 55 33
Octal 354 162 32 0 64 131 7 31 125 63
Binary 11101100 1110010 11010 0 110100 1011001 111 11001 1010101 110011

Color Harmonies of #EC721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC721A

Black with #EC721A

Text Example


Text Example

White with #EC721A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC721A; }

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

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

background-color css

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

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

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

border-color css

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

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

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