Html Css Color HEX #EC7316 Pumpkin

📋 copy color: '#EC7316'

red 236 ◦ green 115 ◦ blue 22

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

Shades of Pumpkin #EC7316

Tints of Pumpkin #EC7316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.83%

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

R = 63.27%
G = 30.83%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC7316 (or 0xEC7316) is known color: Pumpkin. HEX triplet: EC, 73 and 16. RGB value is (236,115,22). Sum of RGB (Red+Green+Blue) = 236+115+22=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 22 (8.98% from 255 or 5.90% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7316 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7316 is #138CE9. Grayscale: #8D8D8D. Windows color (decimal): -1281258 or 1471468. OLE color: 1471468.

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

Color convert

RGB 236 115 22 -
CMYK 0 0.51 0.91 0.07
HSL 26.07º 0.85% 0.51% -
HSV(B) 26.07º 0.91% 0.93% -
XYZ 40.87 30.15 4.43 -
YUV 140.58 61.09 196.06 -
System Red Green Blue C M Y K H S L
Decimal 236 115 22 0 0.51 0.91 0.07 26.07 0.85 0.51
Hex EC 73 16 0 33 5B 7 1A 55 33
Octal 354 163 26 0 63 133 7 32 125 63
Binary 11101100 1110011 10110 0 110011 1011011 111 11010 1010101 110011

Color Harmonies of #EC7316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7316

Black with #EC7316

Text Example


Text Example

White with #EC7316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7316; }

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

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

background-color css

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

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

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

border-color css

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

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

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