Html Css Color HEX #EC6E14 Pumpkin

📋 copy color: '#EC6E14'

red 236 ◦ green 110 ◦ blue 20

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

Shades of Pumpkin #EC6E14

Tints of Pumpkin #EC6E14

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.05%

 BLUE value IS 20 (8.2% from 255) = 5.46%

R = 64.48%
G = 30.05%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC6E14 (or 0xEC6E14) is known color: Pumpkin. HEX triplet: EC, 6E and 14. RGB value is (236,110,20). Sum of RGB (Red+Green+Blue) = 236+110+20=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 20 (8.20% from 255 or 5.46% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6E14 is #1391EB. Grayscale: #898989. Windows color (decimal): -1282540 or 1339116. OLE color: 1339116.

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

Color convert

RGB 236 110 20 -
CMYK 0 0.53 0.92 0.07
HSL 25º 0.85% 0.5% -
HSV(B) 25º 0.92% 0.93% -
XYZ 40.29 29.04 4.14 -
YUV 137.41 61.74 198.32 -
System Red Green Blue C M Y K H S L
Decimal 236 110 20 0 0.53 0.92 0.07 25 0.85 0.5
Hex EC 6E 14 0 35 5C 7 19 55 32
Octal 354 156 24 0 65 134 7 31 125 62
Binary 11101100 1101110 10100 0 110101 1011100 111 11001 1010101 110010

Color Harmonies of #EC6E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6E14

Black with #EC6E14

Text Example


Text Example

White with #EC6E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6E14; }

 p { color: rgb(236,110,20); }

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

background-color css

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

 a { background-color: rgb(236,110,20); }

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

border-color css

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

 span { border-color: rgb(236,110,20); }

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