Html Css Color HEX #EC761B Pumpkin

📋 copy color: '#EC761B'

red 236 ◦ green 118 ◦ blue 27

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

Shades of Pumpkin #EC761B

Tints of Pumpkin #EC761B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.97%

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

R = 61.94%
G = 30.97%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC761B (or 0xEC761B) is known color: Pumpkin. HEX triplet: EC, 76 and 1B. RGB value is (236,118,27). Sum of RGB (Red+Green+Blue) = 236+118+27=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC761B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC761B is #1389E4. Grayscale: #8F8F8F. Windows color (decimal): -1280485 or 1799916. OLE color: 1799916.

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

Color convert

RGB 236 118 27 -
CMYK 0 0.5 0.89 0.07
HSL 26.12º 0.85% 0.52% -
HSV(B) 26.12º 0.89% 0.93% -
XYZ 41.27 30.87 4.82 -
YUV 142.91 62.59 194.4 -
System Red Green Blue C M Y K H S L
Decimal 236 118 27 0 0.5 0.89 0.07 26.12 0.85 0.52
Hex EC 76 1B 0 32 59 7 1A 55 34
Octal 354 166 33 0 62 131 7 32 125 64
Binary 11101100 1110110 11011 0 110010 1011001 111 11010 1010101 110100

Color Harmonies of #EC761B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC761B

Black with #EC761B

Text Example


Text Example

White with #EC761B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC761B; }

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

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

background-color css

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

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

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

border-color css

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

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

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