Html Css Color HEX #EC721B Pumpkin

📋 copy color: '#EC721B'

red 236 ◦ green 114 ◦ blue 27

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

Shades of Pumpkin #EC721B

Tints of Pumpkin #EC721B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.16%

R = 62.6%
G = 30.24%
B = 7.16%

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

#EC721B (or 0xEC721B) is known color: Pumpkin. HEX triplet: EC, 72 and 1B. RGB value is (236,114,27). Sum of RGB (Red+Green+Blue) = 236+114+27=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 27 (10.94% from 255 or 7.16% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC721B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC721B is #138DE4. Grayscale: #8D8D8D. Windows color (decimal): -1281509 or 1798892. OLE color: 1798892.

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

Color convert

RGB 236 114 27 -
CMYK 0 0.52 0.89 0.07
HSL 24.98º 0.85% 0.52% -
HSV(B) 24.98º 0.89% 0.93% -
XYZ 40.81 29.95 4.67 -
YUV 140.56 63.92 196.07 -
System Red Green Blue C M Y K H S L
Decimal 236 114 27 0 0.52 0.89 0.07 24.98 0.85 0.52
Hex EC 72 1B 0 34 59 7 19 55 34
Octal 354 162 33 0 64 131 7 31 125 64
Binary 11101100 1110010 11011 0 110100 1011001 111 11001 1010101 110100

Color Harmonies of #EC721B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC721B

Black with #EC721B

Text Example


Text Example

White with #EC721B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC721B; }

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

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

background-color css

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

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

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

border-color css

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

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

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