Html Css Color HEX #ED7620 Pumpkin

📋 copy color: '#ED7620'

red 237 ◦ green 118 ◦ blue 32

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

Shades of Pumpkin #ED7620

Tints of Pumpkin #ED7620

RGB

 RED value IS 237 (92.97% from 255) = 61.24%

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

 BLUE value IS 32 (12.89% from 255) = 8.27%

R = 61.24%
G = 30.49%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED7620 (or 0xED7620) is known color: Pumpkin. HEX triplet: ED, 76 and 20. RGB value is (237,118,32). Sum of RGB (Red+Green+Blue) = 237+118+32=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 32 (12.89% from 255 or 8.27% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7620 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7620 is #1289DF. Grayscale: #909090. Windows color (decimal): -1214944 or 2127597. OLE color: 2127597.

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

Color convert

RGB 237 118 32 -
CMYK 0 0.50 0.86 0.07
HSL 25.17º 0.85% 0.53% -
HSV(B) 25.17º 0.86% 0.93% -
XYZ 41.66 31.07 5.17 -
YUV 143.78 64.92 194.49 -
System Red Green Blue C M Y K H S L
Decimal 237 118 32 0 0.50 0.86 0.07 25.17 0.85 0.53
Hex ED 76 20 0 32 56 7 19 55 35
Octal 355 166 40 0 62 126 7 31 125 65
Binary 11101101 1110110 100000 0 110010 1010110 111 11001 1010101 110101

Color Harmonies of #ED7620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7620

Black with #ED7620

Text Example


Text Example

White with #ED7620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7620; }

 p { color: rgb(237,118,32); }

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

background-color css

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

 a { background-color: rgb(237,118,32); }

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

border-color css

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

 span { border-color: rgb(237,118,32); }

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