Html Css Color HEX #EC761C Pumpkin

📋 copy color: '#EC761C'

red 236 ◦ green 118 ◦ blue 28

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

Shades of Pumpkin #EC761C

Tints of Pumpkin #EC761C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.33%

R = 61.78%
G = 30.89%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC761C (or 0xEC761C) is known color: Pumpkin. HEX triplet: EC, 76 and 1C. RGB value is (236,118,28). Sum of RGB (Red+Green+Blue) = 236+118+28=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC761C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC761C is #1389E3. Grayscale: #8F8F8F. Windows color (decimal): -1280484 or 1865452. OLE color: 1865452.

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

Color convert

RGB 236 118 28 -
CMYK 0 0.5 0.88 0.07
HSL 25.96º 0.85% 0.52% -
HSV(B) 25.96º 0.88% 0.93% -
XYZ 41.28 30.87 4.88 -
YUV 143.02 63.09 194.32 -
System Red Green Blue C M Y K H S L
Decimal 236 118 28 0 0.5 0.88 0.07 25.96 0.85 0.52
Hex EC 76 1C 0 32 58 7 1A 55 34
Octal 354 166 34 0 62 130 7 32 125 64
Binary 11101100 1110110 11100 0 110010 1011000 111 11010 1010101 110100

Color Harmonies of #EC761C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC761C

Black with #EC761C

Text Example


Text Example

White with #EC761C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC761C; }

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

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

background-color css

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

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

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

border-color css

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

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

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