Html Css Color HEX #EC761E Pumpkin

📋 copy color: '#EC761E'

red 236 ◦ green 118 ◦ blue 30

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

Shades of Pumpkin #EC761E

Tints of Pumpkin #EC761E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.81%

R = 61.46%
G = 30.73%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC761E (or 0xEC761E) is known color: Pumpkin. HEX triplet: EC, 76 and 1E. RGB value is (236,118,30). Sum of RGB (Red+Green+Blue) = 236+118+30=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC761E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC761E is #1389E1. Grayscale: #8F8F8F. Windows color (decimal): -1280482 or 1996524. OLE color: 1996524.

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

Color convert

RGB 236 118 30 -
CMYK 0 0.5 0.87 0.07
HSL 25.63º 0.84% 0.52% -
HSV(B) 25.63º 0.87% 0.93% -
XYZ 41.3 30.88 5.01 -
YUV 143.25 64.09 194.16 -
System Red Green Blue C M Y K H S L
Decimal 236 118 30 0 0.5 0.87 0.07 25.63 0.84 0.52
Hex EC 76 1E 0 32 57 7 1A 54 34
Octal 354 166 36 0 62 127 7 32 124 64
Binary 11101100 1110110 11110 0 110010 1010111 111 11010 1010100 110100

Color Harmonies of #EC761E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC761E

Black with #EC761E

Text Example


Text Example

White with #EC761E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC761E; }

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

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

background-color css

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

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

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

border-color css

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

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

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