Html Css Color HEX #EC7213 Pumpkin

📋 copy color: '#EC7213'

red 236 ◦ green 114 ◦ blue 19

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

Shades of Pumpkin #EC7213

Tints of Pumpkin #EC7213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.15%

R = 63.96%
G = 30.89%
B = 5.15%

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

#EC7213 (or 0xEC7213) is known color: Pumpkin. HEX triplet: EC, 72 and 13. RGB value is (236,114,19). Sum of RGB (Red+Green+Blue) = 236+114+19=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7213 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7213 is #138DEC. Grayscale: #8C8C8C. Windows color (decimal): -1281517 or 1274604. OLE color: 1274604.

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

Color convert

RGB 236 114 19 -
CMYK 0 0.52 0.92 0.07
HSL 26.27º 0.85% 0.5% -
HSV(B) 26.27º 0.92% 0.93% -
XYZ 40.73 29.91 4.24 -
YUV 139.65 59.92 196.72 -
System Red Green Blue C M Y K H S L
Decimal 236 114 19 0 0.52 0.92 0.07 26.27 0.85 0.5
Hex EC 72 13 0 34 5C 7 1A 55 32
Octal 354 162 23 0 64 134 7 32 125 62
Binary 11101100 1110010 10011 0 110100 1011100 111 11010 1010101 110010

Color Harmonies of #EC7213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7213

Black with #EC7213

Text Example


Text Example

White with #EC7213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7213; }

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

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

background-color css

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

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

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

border-color css

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

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

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