Html Css Color HEX #ED7419 Pumpkin

📋 copy color: '#ED7419'

red 237 ◦ green 116 ◦ blue 25

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

Shades of Pumpkin #ED7419

Tints of Pumpkin #ED7419

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.69%

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

R = 62.7%
G = 30.69%
B = 6.61%

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

#ED7419 (or 0xED7419) is known color: Pumpkin. HEX triplet: ED, 74 and 19. RGB value is (237,116,25). Sum of RGB (Red+Green+Blue) = 237+116+25=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 25 (10.16% from 255 or 6.61% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7419 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7419 is #128BE6. Grayscale: #8E8E8E. Windows color (decimal): -1215463 or 1668333. OLE color: 1668333.

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

Color convert

RGB 237 116 25 -
CMYK 0 0.51 0.89 0.07
HSL 25.75º 0.85% 0.51% -
HSV(B) 25.75º 0.89% 0.93% -
XYZ 41.35 30.57 4.64 -
YUV 141.81 62.09 195.9 -
System Red Green Blue C M Y K H S L
Decimal 237 116 25 0 0.51 0.89 0.07 25.75 0.85 0.51
Hex ED 74 19 0 33 59 7 1A 55 33
Octal 355 164 31 0 63 131 7 32 125 63
Binary 11101101 1110100 11001 0 110011 1011001 111 11010 1010101 110011

Color Harmonies of #ED7419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7419

Black with #ED7419

Text Example


Text Example

White with #ED7419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7419; }

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

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

background-color css

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

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

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

border-color css

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

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

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