Html Css Color HEX #EC7716 Pumpkin

📋 copy color: '#EC7716'

red 236 ◦ green 119 ◦ blue 22

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

Shades of Pumpkin #EC7716

Tints of Pumpkin #EC7716

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.56%

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

R = 62.6%
G = 31.56%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC7716 (or 0xEC7716) is known color: Pumpkin. HEX triplet: EC, 77 and 16. RGB value is (236,119,22). Sum of RGB (Red+Green+Blue) = 236+119+22=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 22 (8.98% from 255 or 5.84% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7716 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7716 is #1388E9. Grayscale: #8F8F8F. Windows color (decimal): -1280234 or 1472492. OLE color: 1472492.

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

Color convert

RGB 236 119 22 -
CMYK 0 0.50 0.91 0.07
HSL 27.2º 0.85% 0.51% -
HSV(B) 27.2º 0.91% 0.93% -
XYZ 41.33 31.08 4.58 -
YUV 142.93 59.76 194.39 -
System Red Green Blue C M Y K H S L
Decimal 236 119 22 0 0.50 0.91 0.07 27.2 0.85 0.51
Hex EC 77 16 0 32 5B 7 1B 55 33
Octal 354 167 26 0 62 133 7 33 125 63
Binary 11101100 1110111 10110 0 110010 1011011 111 11011 1010101 110011

Color Harmonies of #EC7716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7716

Black with #EC7716

Text Example


Text Example

White with #EC7716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7716; }

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

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

background-color css

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

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

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

border-color css

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

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

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