Html Css Color HEX #EC7116 Pumpkin

📋 copy color: '#EC7116'

red 236 ◦ green 113 ◦ blue 22

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

Shades of Pumpkin #EC7116

Tints of Pumpkin #EC7116

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.46%

 BLUE value IS 22 (8.98% from 255) = 5.93%

R = 63.61%
G = 30.46%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC7116 (or 0xEC7116) is known color: Pumpkin. HEX triplet: EC, 71 and 16. RGB value is (236,113,22). Sum of RGB (Red+Green+Blue) = 236+113+22=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7116 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7116 is #138EE9. Grayscale: #8B8B8B. Windows color (decimal): -1281770 or 1470956. OLE color: 1470956.

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

Color convert

RGB 236 113 22 -
CMYK 0 0.52 0.91 0.07
HSL 25.51º 0.85% 0.51% -
HSV(B) 25.51º 0.91% 0.93% -
XYZ 40.64 29.7 4.35 -
YUV 139.4 61.75 196.9 -
System Red Green Blue C M Y K H S L
Decimal 236 113 22 0 0.52 0.91 0.07 25.51 0.85 0.51
Hex EC 71 16 0 34 5B 7 1A 55 33
Octal 354 161 26 0 64 133 7 32 125 63
Binary 11101100 1110001 10110 0 110100 1011011 111 11010 1010101 110011

Color Harmonies of #EC7116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7116

Black with #EC7116

Text Example


Text Example

White with #EC7116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7116; }

 p { color: rgb(236,113,22); }

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

background-color css

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

 a { background-color: rgb(236,113,22); }

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

border-color css

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

 span { border-color: rgb(236,113,22); }

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