Html Css Color HEX #EC621B Pumpkin

📋 copy color: '#EC621B'

red 236 ◦ green 98 ◦ blue 27

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

Shades of Pumpkin #EC621B

Tints of Pumpkin #EC621B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.15%

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

R = 65.37%
G = 27.15%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC621B (or 0xEC621B) is known color: Pumpkin. HEX triplet: EC, 62 and 1B. RGB value is (236,98,27). Sum of RGB (Red+Green+Blue) = 236+98+27=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC621B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC621B is #139DE4. Grayscale: #838383. Windows color (decimal): -1285605 or 1794796. OLE color: 1794796.

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

Color convert

RGB 236 98 27 -
CMYK 0 0.58 0.89 0.07
HSL 20.38º 0.85% 0.52% -
HSV(B) 20.38º 0.89% 0.93% -
XYZ 39.16 26.65 4.12 -
YUV 131.17 69.22 202.77 -
System Red Green Blue C M Y K H S L
Decimal 236 98 27 0 0.58 0.89 0.07 20.38 0.85 0.52
Hex EC 62 1B 0 3A 59 7 14 55 34
Octal 354 142 33 0 72 131 7 24 125 64
Binary 11101100 1100010 11011 0 111010 1011001 111 10100 1010101 110100

Color Harmonies of #EC621B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC621B

Black with #EC621B

Text Example


Text Example

White with #EC621B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC621B; }

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

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

background-color css

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

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

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

border-color css

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

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

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