Html Css Color HEX #ED7119 Pumpkin

📋 copy color: '#ED7119'

red 237 ◦ green 113 ◦ blue 25

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

Shades of Pumpkin #ED7119

Tints of Pumpkin #ED7119

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.13%

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

R = 63.2%
G = 30.13%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED7119 (or 0xED7119) is known color: Pumpkin. HEX triplet: ED, 71 and 19. RGB value is (237,113,25). Sum of RGB (Red+Green+Blue) = 237+113+25=375 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.2% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 25 (10.16% from 255 or 6.67% from 375); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7119 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7119 is #128EE6. Grayscale: #8C8C8C. Windows color (decimal): -1216231 or 1667565. OLE color: 1667565.

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

Color convert

RGB 237 113 25 -
CMYK 0 0.52 0.89 0.07
HSL 24.91º 0.85% 0.51% -
HSV(B) 24.91º 0.89% 0.93% -
XYZ 41.01 29.88 4.53 -
YUV 140.04 63.08 197.16 -
System Red Green Blue C M Y K H S L
Decimal 237 113 25 0 0.52 0.89 0.07 24.91 0.85 0.51
Hex ED 71 19 0 34 59 7 19 55 33
Octal 355 161 31 0 64 131 7 31 125 63
Binary 11101101 1110001 11001 0 110100 1011001 111 11001 1010101 110011

Color Harmonies of #ED7119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7119

Black with #ED7119

Text Example


Text Example

White with #ED7119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7119; }

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

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

background-color css

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

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

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

border-color css

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

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

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