Html Css Color HEX #EC7616 Pumpkin

📋 copy color: '#EC7616'

red 236 ◦ green 118 ◦ blue 22

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

Shades of Pumpkin #EC7616

Tints of Pumpkin #EC7616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.38%

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

R = 62.77%
G = 31.38%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC7616 (or 0xEC7616) is known color: Pumpkin. HEX triplet: EC, 76 and 16. RGB value is (236,118,22). Sum of RGB (Red+Green+Blue) = 236+118+22=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 22 (8.98% from 255 or 5.85% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7616 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7616 is #1389E9. Grayscale: #8E8E8E. Windows color (decimal): -1280490 or 1472236. OLE color: 1472236.

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

Color convert

RGB 236 118 22 -
CMYK 0 0.5 0.91 0.07
HSL 26.92º 0.85% 0.51% -
HSV(B) 26.92º 0.91% 0.93% -
XYZ 41.22 30.85 4.54 -
YUV 142.34 60.09 194.81 -
System Red Green Blue C M Y K H S L
Decimal 236 118 22 0 0.5 0.91 0.07 26.92 0.85 0.51
Hex EC 76 16 0 32 5B 7 1B 55 33
Octal 354 166 26 0 62 133 7 33 125 63
Binary 11101100 1110110 10110 0 110010 1011011 111 11011 1010101 110011

Color Harmonies of #EC7616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7616

Black with #EC7616

Text Example


Text Example

White with #EC7616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7616; }

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

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

background-color css

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

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

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

border-color css

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

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

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