Html Css Color HEX #ED7219 Pumpkin

📋 copy color: '#ED7219'

red 237 ◦ green 114 ◦ blue 25

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

Shades of Pumpkin #ED7219

Tints of Pumpkin #ED7219

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.32%

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

R = 63.03%
G = 30.32%
B = 6.65%

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

#ED7219 (or 0xED7219) is known color: Pumpkin. HEX triplet: ED, 72 and 19. RGB value is (237,114,25). Sum of RGB (Red+Green+Blue) = 237+114+25=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 25 (10.16% from 255 or 6.65% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7219 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7219 is #128DE6. Grayscale: #8D8D8D. Windows color (decimal): -1215975 or 1667821. OLE color: 1667821.

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

Color convert

RGB 237 114 25 -
CMYK 0 0.52 0.89 0.07
HSL 25.19º 0.85% 0.51% -
HSV(B) 25.19º 0.89% 0.93% -
XYZ 41.12 30.11 4.56 -
YUV 140.63 62.75 196.74 -
System Red Green Blue C M Y K H S L
Decimal 237 114 25 0 0.52 0.89 0.07 25.19 0.85 0.51
Hex ED 72 19 0 34 59 7 19 55 33
Octal 355 162 31 0 64 131 7 31 125 63
Binary 11101101 1110010 11001 0 110100 1011001 111 11001 1010101 110011

Color Harmonies of #ED7219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7219

Black with #ED7219

Text Example


Text Example

White with #ED7219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7219; }

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

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

background-color css

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

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

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

border-color css

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

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

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