Html Css Color HEX #EC701B Pumpkin

📋 copy color: '#EC701B'

red 236 ◦ green 112 ◦ blue 27

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

Shades of Pumpkin #EC701B

Tints of Pumpkin #EC701B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.2%

R = 62.93%
G = 29.87%
B = 7.2%

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

#EC701B (or 0xEC701B) is known color: Pumpkin. HEX triplet: EC, 70 and 1B. RGB value is (236,112,27). Sum of RGB (Red+Green+Blue) = 236+112+27=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 27 (10.94% from 255 or 7.2% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC701B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC701B is #138FE4. Grayscale: #8B8B8B. Windows color (decimal): -1282021 or 1798380. OLE color: 1798380.

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

Color convert

RGB 236 112 27 -
CMYK 0 0.53 0.89 0.07
HSL 24.4º 0.85% 0.52% -
HSV(B) 24.4º 0.89% 0.93% -
XYZ 40.58 29.5 4.59 -
YUV 139.39 64.58 196.91 -
System Red Green Blue C M Y K H S L
Decimal 236 112 27 0 0.53 0.89 0.07 24.4 0.85 0.52
Hex EC 70 1B 0 35 59 7 18 55 34
Octal 354 160 33 0 65 131 7 30 125 64
Binary 11101100 1110000 11011 0 110101 1011001 111 11000 1010101 110100

Color Harmonies of #EC701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC701B

Black with #EC701B

Text Example


Text Example

White with #EC701B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC701B; }

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

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

background-color css

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

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

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

border-color css

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

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

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