Html Css Color HEX #EC6D1C Pumpkin

📋 copy color: '#EC6D1C'

red 236 ◦ green 109 ◦ blue 28

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

Shades of Pumpkin #EC6D1C

Tints of Pumpkin #EC6D1C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.22%

 BLUE value IS 28 (11.33% from 255) = 7.51%

R = 63.27%
G = 29.22%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC6D1C (or 0xEC6D1C) is known color: Pumpkin. HEX triplet: EC, 6D and 1C. RGB value is (236,109,28). Sum of RGB (Red+Green+Blue) = 236+109+28=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 28 (11.33% from 255 or 7.51% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6D1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6D1C is #1392E3. Grayscale: #8A8A8A. Windows color (decimal): -1282788 or 1863148. OLE color: 1863148.

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

Color convert

RGB 236 109 28 -
CMYK 0 0.54 0.88 0.07
HSL 23.37º 0.85% 0.52% -
HSV(B) 23.37º 0.88% 0.93% -
XYZ 40.27 28.85 4.55 -
YUV 137.74 66.08 198.09 -
System Red Green Blue C M Y K H S L
Decimal 236 109 28 0 0.54 0.88 0.07 23.37 0.85 0.52
Hex EC 6D 1C 0 36 58 7 17 55 34
Octal 354 155 34 0 66 130 7 27 125 64
Binary 11101100 1101101 11100 0 110110 1011000 111 10111 1010101 110100

Color Harmonies of #EC6D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6D1C

Black with #EC6D1C

Text Example


Text Example

White with #EC6D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6D1C; }

 p { color: rgb(236,109,28); }

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

background-color css

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

 a { background-color: rgb(236,109,28); }

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

border-color css

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

 span { border-color: rgb(236,109,28); }

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