Html Css Color HEX #EC7019 Pumpkin

📋 copy color: '#EC7019'

red 236 ◦ green 112 ◦ blue 25

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

Shades of Pumpkin #EC7019

Tints of Pumpkin #EC7019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.7%

R = 63.27%
G = 30.03%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC7019 (or 0xEC7019) is known color: Pumpkin. HEX triplet: EC, 70 and 19. RGB value is (236,112,25). Sum of RGB (Red+Green+Blue) = 236+112+25=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 25 (10.16% from 255 or 6.70% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7019 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7019 is #138FE6. Grayscale: #8B8B8B. Windows color (decimal): -1282023 or 1667308. OLE color: 1667308.

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

Color convert

RGB 236 112 25 -
CMYK 0 0.53 0.89 0.07
HSL 24.74º 0.85% 0.51% -
HSV(B) 24.74º 0.89% 0.93% -
XYZ 40.56 29.49 4.47 -
YUV 139.16 63.58 197.07 -
System Red Green Blue C M Y K H S L
Decimal 236 112 25 0 0.53 0.89 0.07 24.74 0.85 0.51
Hex EC 70 19 0 35 59 7 19 55 33
Octal 354 160 31 0 65 131 7 31 125 63
Binary 11101100 1110000 11001 0 110101 1011001 111 11001 1010101 110011

Color Harmonies of #EC7019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7019

Black with #EC7019

Text Example


Text Example

White with #EC7019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7019; }

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

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

background-color css

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

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

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

border-color css

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

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

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