Html Css Color HEX #EC741D Pumpkin

📋 copy color: '#EC741D'

red 236 ◦ green 116 ◦ blue 29

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

Shades of Pumpkin #EC741D

Tints of Pumpkin #EC741D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.45%

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

R = 61.94%
G = 30.45%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC741D (or 0xEC741D) is known color: Pumpkin. HEX triplet: EC, 74 and 1D. RGB value is (236,116,29). Sum of RGB (Red+Green+Blue) = 236+116+29=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC741D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC741D is #138BE2. Grayscale: #8E8E8E. Windows color (decimal): -1280995 or 1930476. OLE color: 1930476.

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

Color convert

RGB 236 116 29 -
CMYK 0 0.51 0.88 0.07
HSL 25.22º 0.84% 0.52% -
HSV(B) 25.22º 0.88% 0.93% -
XYZ 41.06 30.41 4.87 -
YUV 141.96 64.26 195.07 -
System Red Green Blue C M Y K H S L
Decimal 236 116 29 0 0.51 0.88 0.07 25.22 0.84 0.52
Hex EC 74 1D 0 33 58 7 19 54 34
Octal 354 164 35 0 63 130 7 31 124 64
Binary 11101100 1110100 11101 0 110011 1011000 111 11001 1010100 110100

Color Harmonies of #EC741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC741D

Black with #EC741D

Text Example


Text Example

White with #EC741D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC741D; }

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

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

background-color css

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

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

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

border-color css

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

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

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