Html Css Color HEX #ED7919 Pumpkin

📋 copy color: '#ED7919'

red 237 ◦ green 121 ◦ blue 25

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

Shades of Pumpkin #ED7919

Tints of Pumpkin #ED7919

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.59%

 BLUE value IS 25 (10.16% from 255) = 6.53%

R = 61.88%
G = 31.59%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED7919 (or 0xED7919) is known color: Pumpkin. HEX triplet: ED, 79 and 19. RGB value is (237,121,25). Sum of RGB (Red+Green+Blue) = 237+121+25=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 25 (10.16% from 255 or 6.53% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7919 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7919 is #1286E6. Grayscale: #919191. Windows color (decimal): -1214183 or 1669613. OLE color: 1669613.

HSL color Cylindrical-coordinate representation of color #ED7919: hue angle of 27.17º 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 #ED7919 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 121 25 -
CMYK 0 0.49 0.89 0.07
HSL 27.17º 0.85% 0.51% -
HSV(B) 27.17º 0.89% 0.93% -
XYZ 41.94 31.75 4.84 -
YUV 144.74 60.43 193.81 -
System Red Green Blue C M Y K H S L
Decimal 237 121 25 0 0.49 0.89 0.07 27.17 0.85 0.51
Hex ED 79 19 0 31 59 7 1B 55 33
Octal 355 171 31 0 61 131 7 33 125 63
Binary 11101101 1111001 11001 0 110001 1011001 111 11011 1010101 110011

Color Harmonies of #ED7919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7919

Black with #ED7919

Text Example


Text Example

White with #ED7919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7919; }

 p { color: rgb(237,121,25); }

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

background-color css

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

 a { background-color: rgb(237,121,25); }

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

border-color css

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

 span { border-color: rgb(237,121,25); }

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