Html Css Color HEX #EC7914 Pumpkin

📋 copy color: '#EC7914'

red 236 ◦ green 121 ◦ blue 20

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

Shades of Pumpkin #EC7914

Tints of Pumpkin #EC7914

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.1%

 BLUE value IS 20 (8.2% from 255) = 5.31%

R = 62.6%
G = 32.1%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC7914 (or 0xEC7914) is known color: Pumpkin. HEX triplet: EC, 79 and 14. RGB value is (236,121,20). Sum of RGB (Red+Green+Blue) = 236+121+20=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7914 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7914 is #1386EB. Grayscale: #909090. Windows color (decimal): -1279724 or 1341932. OLE color: 1341932.

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

Color convert

RGB 236 121 20 -
CMYK 0 0.49 0.92 0.07
HSL 28.06º 0.85% 0.5% -
HSV(B) 28.06º 0.92% 0.93% -
XYZ 41.56 31.56 4.56 -
YUV 143.87 58.1 193.71 -
System Red Green Blue C M Y K H S L
Decimal 236 121 20 0 0.49 0.92 0.07 28.06 0.85 0.5
Hex EC 79 14 0 31 5C 7 1C 55 32
Octal 354 171 24 0 61 134 7 34 125 62
Binary 11101100 1111001 10100 0 110001 1011100 111 11100 1010101 110010

Color Harmonies of #EC7914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7914

Black with #EC7914

Text Example


Text Example

White with #EC7914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7914; }

 p { color: rgb(236,121,20); }

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

background-color css

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

 a { background-color: rgb(236,121,20); }

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

border-color css

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

 span { border-color: rgb(236,121,20); }

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