Html Css Color HEX #EC761A Pumpkin

📋 copy color: '#EC761A'

red 236 ◦ green 118 ◦ blue 26

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

Shades of Pumpkin #EC761A

Tints of Pumpkin #EC761A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.84%

R = 62.11%
G = 31.05%
B = 6.84%

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

#EC761A (or 0xEC761A) is known color: Pumpkin. HEX triplet: EC, 76 and 1A. RGB value is (236,118,26). Sum of RGB (Red+Green+Blue) = 236+118+26=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 26 (10.55% from 255 or 6.84% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC761A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC761A is #1389E5. Grayscale: #8F8F8F. Windows color (decimal): -1280486 or 1734380. OLE color: 1734380.

HSL color Cylindrical-coordinate representation of color #EC761A: hue angle of 26.29º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC761A is Cyan = 0, Magento = 0.5, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 118 26 -
CMYK 0 0.5 0.89 0.07
HSL 26.29º 0.85% 0.51% -
HSV(B) 26.29º 0.89% 0.93% -
XYZ 41.26 30.86 4.76 -
YUV 142.79 62.09 194.48 -
System Red Green Blue C M Y K H S L
Decimal 236 118 26 0 0.5 0.89 0.07 26.29 0.85 0.51
Hex EC 76 1A 0 32 59 7 1A 55 33
Octal 354 166 32 0 62 131 7 32 125 63
Binary 11101100 1110110 11010 0 110010 1011001 111 11010 1010101 110011

Color Harmonies of #EC761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC761A

Black with #EC761A

Text Example


Text Example

White with #EC761A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC761A; }

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

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

background-color css

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

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

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

border-color css

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

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

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