Html Css Color HEX #ED7317 Pumpkin

📋 copy color: '#ED7317'

red 237 ◦ green 115 ◦ blue 23

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

Shades of Pumpkin #ED7317

Tints of Pumpkin #ED7317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.13%

R = 63.2%
G = 30.67%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ED7317 (or 0xED7317) is known color: Pumpkin. HEX triplet: ED, 73 and 17. RGB value is (237,115,23). Sum of RGB (Red+Green+Blue) = 237+115+23=375 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.2% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 23 (9.38% from 255 or 6.13% from 375); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7317 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7317 is #128CE8. Grayscale: #8D8D8D. Windows color (decimal): -1215721 or 1537005. OLE color: 1537005.

HSL color Cylindrical-coordinate representation of color #ED7317: hue angle of 25.79º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED7317 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 115 23 -
CMYK 0 0.51 0.90 0.07
HSL 25.79º 0.86% 0.51% -
HSV(B) 25.79º 0.9% 0.93% -
XYZ 41.21 30.33 4.49 -
YUV 140.99 61.42 196.48 -
System Red Green Blue C M Y K H S L
Decimal 237 115 23 0 0.51 0.90 0.07 25.79 0.86 0.51
Hex ED 73 17 0 33 5A 7 1A 56 33
Octal 355 163 27 0 63 132 7 32 126 63
Binary 11101101 1110011 10111 0 110011 1011010 111 11010 1010110 110011

Color Harmonies of #ED7317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7317

Black with #ED7317

Text Example


Text Example

White with #ED7317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7317; }

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

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

background-color css

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

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

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

border-color css

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

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

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