Html Css Color HEX #EC7118 Pumpkin

📋 copy color: '#EC7118'

red 236 ◦ green 113 ◦ blue 24

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

Shades of Pumpkin #EC7118

Tints of Pumpkin #EC7118

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.29%

 BLUE value IS 24 (9.77% from 255) = 6.43%

R = 63.27%
G = 30.29%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC7118 (or 0xEC7118) is known color: Pumpkin. HEX triplet: EC, 71 and 18. RGB value is (236,113,24). Sum of RGB (Red+Green+Blue) = 236+113+24=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 24 (9.77% from 255 or 6.43% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7118 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7118 is #138EE7. Grayscale: #8C8C8C. Windows color (decimal): -1281768 or 1602028. OLE color: 1602028.

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

Color convert

RGB 236 113 24 -
CMYK 0 0.52 0.90 0.07
HSL 25.19º 0.85% 0.51% -
HSV(B) 25.19º 0.9% 0.93% -
XYZ 40.66 29.71 4.46 -
YUV 139.63 62.75 196.74 -
System Red Green Blue C M Y K H S L
Decimal 236 113 24 0 0.52 0.90 0.07 25.19 0.85 0.51
Hex EC 71 18 0 34 5A 7 19 55 33
Octal 354 161 30 0 64 132 7 31 125 63
Binary 11101100 1110001 11000 0 110100 1011010 111 11001 1010101 110011

Color Harmonies of #EC7118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7118

Black with #EC7118

Text Example


Text Example

White with #EC7118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7118; }

 p { color: rgb(236,113,24); }

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

background-color css

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

 a { background-color: rgb(236,113,24); }

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

border-color css

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

 span { border-color: rgb(236,113,24); }

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