Html Css Color HEX #EC701D Pumpkin

📋 copy color: '#EC701D'

red 236 ◦ green 112 ◦ blue 29

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

Shades of Pumpkin #EC701D

Tints of Pumpkin #EC701D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.69%

R = 62.6%
G = 29.71%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC701D (or 0xEC701D) is known color: Pumpkin. HEX triplet: EC, 70 and 1D. RGB value is (236,112,29). Sum of RGB (Red+Green+Blue) = 236+112+29=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC701D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC701D is #138FE2. Grayscale: #8C8C8C. Windows color (decimal): -1282019 or 1929452. OLE color: 1929452.

HSL color Cylindrical-coordinate representation of color #EC701D: hue angle of 24.06º degrees, saturation: 0.84, 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 #EC701D is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 112 29 -
CMYK 0 0.53 0.88 0.07
HSL 24.06º 0.84% 0.52% -
HSV(B) 24.06º 0.88% 0.93% -
XYZ 40.61 29.51 4.72 -
YUV 139.61 65.58 196.75 -
System Red Green Blue C M Y K H S L
Decimal 236 112 29 0 0.53 0.88 0.07 24.06 0.84 0.52
Hex EC 70 1D 0 35 58 7 18 54 34
Octal 354 160 35 0 65 130 7 30 124 64
Binary 11101100 1110000 11101 0 110101 1011000 111 11000 1010100 110100

Color Harmonies of #EC701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC701D

Black with #EC701D

Text Example


Text Example

White with #EC701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC701D; }

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

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

background-color css

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

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

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

border-color css

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

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

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