Html Css Color HEX #EC741B Pumpkin

📋 copy color: '#EC741B'

red 236 ◦ green 116 ◦ blue 27

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

Shades of Pumpkin #EC741B

Tints of Pumpkin #EC741B

RGB

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

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

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

R = 62.27%
G = 30.61%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC741B (or 0xEC741B) is known color: Pumpkin. HEX triplet: EC, 74 and 1B. RGB value is (236,116,27). Sum of RGB (Red+Green+Blue) = 236+116+27=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 27 (10.94% from 255 or 7.12% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC741B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC741B is #138BE4. Grayscale: #8E8E8E. Windows color (decimal): -1280997 or 1799404. OLE color: 1799404.

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

Color convert

RGB 236 116 27 -
CMYK 0 0.51 0.89 0.07
HSL 25.55º 0.85% 0.52% -
HSV(B) 25.55º 0.89% 0.93% -
XYZ 41.04 30.4 4.74 -
YUV 141.73 63.26 195.24 -
System Red Green Blue C M Y K H S L
Decimal 236 116 27 0 0.51 0.89 0.07 25.55 0.85 0.52
Hex EC 74 1B 0 33 59 7 1A 55 34
Octal 354 164 33 0 63 131 7 32 125 64
Binary 11101100 1110100 11011 0 110011 1011001 111 11010 1010101 110100

Color Harmonies of #EC741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC741B

Black with #EC741B

Text Example


Text Example

White with #EC741B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC741B; }

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

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

background-color css

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

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

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

border-color css

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

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

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