Html Css Color HEX #ED7319 Pumpkin

📋 copy color: '#ED7319'

red 237 ◦ green 115 ◦ blue 25

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

Shades of Pumpkin #ED7319

Tints of Pumpkin #ED7319

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.5%

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

R = 62.86%
G = 30.5%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED7319 (or 0xED7319) is known color: Pumpkin. HEX triplet: ED, 73 and 19. RGB value is (237,115,25). Sum of RGB (Red+Green+Blue) = 237+115+25=377 (49% of max value = 765). Red value is 237 (92.97% from 255 or 62.86% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 25 (10.16% from 255 or 6.63% from 377); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7319 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7319 is #128CE6. Grayscale: #8D8D8D. Windows color (decimal): -1215719 or 1668077. OLE color: 1668077.

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

Color convert

RGB 237 115 25 -
CMYK 0 0.51 0.89 0.07
HSL 25.47º 0.85% 0.51% -
HSV(B) 25.47º 0.89% 0.93% -
XYZ 41.23 30.34 4.6 -
YUV 141.22 62.42 196.32 -
System Red Green Blue C M Y K H S L
Decimal 237 115 25 0 0.51 0.89 0.07 25.47 0.85 0.51
Hex ED 73 19 0 33 59 7 19 55 33
Octal 355 163 31 0 63 131 7 31 125 63
Binary 11101101 1110011 11001 0 110011 1011001 111 11001 1010101 110011

Color Harmonies of #ED7319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7319

Black with #ED7319

Text Example


Text Example

White with #ED7319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7319; }

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

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

background-color css

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

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

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

border-color css

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

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

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