Html Css Color HEX #EC7214 Pumpkin

📋 copy color: '#EC7214'

red 236 ◦ green 114 ◦ blue 20

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

Shades of Pumpkin #EC7214

Tints of Pumpkin #EC7214

RGB

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

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

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

R = 63.78%
G = 30.81%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC7214 (or 0xEC7214) is known color: Pumpkin. HEX triplet: EC, 72 and 14. RGB value is (236,114,20). Sum of RGB (Red+Green+Blue) = 236+114+20=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 20 (8.20% from 255 or 5.41% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7214 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7214 is #138DEB. Grayscale: #8C8C8C. Windows color (decimal): -1281516 or 1340140. OLE color: 1340140.

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

Color convert

RGB 236 114 20 -
CMYK 0 0.52 0.92 0.07
HSL 26.11º 0.85% 0.5% -
HSV(B) 26.11º 0.92% 0.93% -
XYZ 40.74 29.92 4.29 -
YUV 139.76 60.42 196.64 -
System Red Green Blue C M Y K H S L
Decimal 236 114 20 0 0.52 0.92 0.07 26.11 0.85 0.5
Hex EC 72 14 0 34 5C 7 1A 55 32
Octal 354 162 24 0 64 134 7 32 125 62
Binary 11101100 1110010 10100 0 110100 1011100 111 11010 1010101 110010

Color Harmonies of #EC7214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7214

Black with #EC7214

Text Example


Text Example

White with #EC7214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7214; }

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

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

background-color css

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

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

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

border-color css

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

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

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