Html Css Color HEX #EC761D Pumpkin

📋 copy color: '#EC761D'

red 236 ◦ green 118 ◦ blue 29

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

Shades of Pumpkin #EC761D

Tints of Pumpkin #EC761D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.57%

R = 61.62%
G = 30.81%
B = 7.57%

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

#EC761D (or 0xEC761D) is known color: Pumpkin. HEX triplet: EC, 76 and 1D. RGB value is (236,118,29). Sum of RGB (Red+Green+Blue) = 236+118+29=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 29 (11.72% from 255 or 7.57% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC761D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC761D is #1389E2. Grayscale: #8F8F8F. Windows color (decimal): -1280483 or 1930988. OLE color: 1930988.

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

Color convert

RGB 236 118 29 -
CMYK 0 0.5 0.88 0.07
HSL 25.8º 0.84% 0.52% -
HSV(B) 25.8º 0.88% 0.93% -
XYZ 41.29 30.88 4.95 -
YUV 143.14 63.59 194.24 -
System Red Green Blue C M Y K H S L
Decimal 236 118 29 0 0.5 0.88 0.07 25.8 0.84 0.52
Hex EC 76 1D 0 32 58 7 1A 54 34
Octal 354 166 35 0 62 130 7 32 124 64
Binary 11101100 1110110 11101 0 110010 1011000 111 11010 1010100 110100

Color Harmonies of #EC761D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC761D

Black with #EC761D

Text Example


Text Example

White with #EC761D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC761D; }

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

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

background-color css

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

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

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

border-color css

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

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

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