Html Css Color HEX #EC7017 Pumpkin

📋 copy color: '#EC7017'

red 236 ◦ green 112 ◦ blue 23

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

Shades of Pumpkin #EC7017

Tints of Pumpkin #EC7017

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.19%

 BLUE value IS 23 (9.38% from 255) = 6.2%

R = 63.61%
G = 30.19%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC7017 (or 0xEC7017) is known color: Pumpkin. HEX triplet: EC, 70 and 17. RGB value is (236,112,23). Sum of RGB (Red+Green+Blue) = 236+112+23=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7017 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7017 is #138FE8. Grayscale: #8B8B8B. Windows color (decimal): -1282025 or 1536236. OLE color: 1536236.

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

Color convert

RGB 236 112 23 -
CMYK 0 0.53 0.90 0.07
HSL 25.07º 0.85% 0.51% -
HSV(B) 25.07º 0.9% 0.93% -
XYZ 40.54 29.48 4.36 -
YUV 138.93 62.58 197.24 -
System Red Green Blue C M Y K H S L
Decimal 236 112 23 0 0.53 0.90 0.07 25.07 0.85 0.51
Hex EC 70 17 0 35 5A 7 19 55 33
Octal 354 160 27 0 65 132 7 31 125 63
Binary 11101100 1110000 10111 0 110101 1011010 111 11001 1010101 110011

Color Harmonies of #EC7017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7017

Black with #EC7017

Text Example


Text Example

White with #EC7017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7017; }

 p { color: rgb(236,112,23); }

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

background-color css

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

 a { background-color: rgb(236,112,23); }

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

border-color css

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

 span { border-color: rgb(236,112,23); }

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