Html Css Color HEX #EC7C1E Pumpkin

📋 copy color: '#EC7C1E'

red 236 ◦ green 124 ◦ blue 30

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

Shades of Pumpkin #EC7C1E

Tints of Pumpkin #EC7C1E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.79%

 BLUE value IS 30 (12.11% from 255) = 7.69%

R = 60.51%
G = 31.79%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC7C1E (or 0xEC7C1E) is known color: Pumpkin. HEX triplet: EC, 7C and 1E. RGB value is (236,124,30). Sum of RGB (Red+Green+Blue) = 236+124+30=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 30 (12.11% from 255 or 7.69% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7C1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7C1E is #1383E1. Grayscale: #939393. Windows color (decimal): -1278946 or 1998060. OLE color: 1998060.

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

Color convert

RGB 236 124 30 -
CMYK 0 0.47 0.87 0.07
HSL 27.38º 0.84% 0.52% -
HSV(B) 27.38º 0.87% 0.93% -
XYZ 42.03 32.34 5.26 -
YUV 146.77 62.11 191.64 -
System Red Green Blue C M Y K H S L
Decimal 236 124 30 0 0.47 0.87 0.07 27.38 0.84 0.52
Hex EC 7C 1E 0 2F 57 7 1B 54 34
Octal 354 174 36 0 57 127 7 33 124 64
Binary 11101100 1111100 11110 0 101111 1010111 111 11011 1010100 110100

Color Harmonies of #EC7C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7C1E

Black with #EC7C1E

Text Example


Text Example

White with #EC7C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7C1E; }

 p { color: rgb(236,124,30); }

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

background-color css

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

 a { background-color: rgb(236,124,30); }

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

border-color css

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

 span { border-color: rgb(236,124,30); }

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