Html Css Color HEX #ED7117 Pumpkin

📋 copy color: '#ED7117'

red 237 ◦ green 113 ◦ blue 23

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

Shades of Pumpkin #ED7117

Tints of Pumpkin #ED7117

RGB

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

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

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

R = 63.54%
G = 30.29%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ED7117 (or 0xED7117) is known color: Pumpkin. HEX triplet: ED, 71 and 17. RGB value is (237,113,23). Sum of RGB (Red+Green+Blue) = 237+113+23=373 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.54% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 23 (9.38% from 255 or 6.17% from 373); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7117 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7117 is #128EE8. Grayscale: #8C8C8C. Windows color (decimal): -1216233 or 1536493. OLE color: 1536493.

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

Color convert

RGB 237 113 23 -
CMYK 0 0.52 0.90 0.07
HSL 25.23º 0.86% 0.51% -
HSV(B) 25.23º 0.9% 0.93% -
XYZ 40.98 29.88 4.42 -
YUV 139.82 62.08 197.32 -
System Red Green Blue C M Y K H S L
Decimal 237 113 23 0 0.52 0.90 0.07 25.23 0.86 0.51
Hex ED 71 17 0 34 5A 7 19 56 33
Octal 355 161 27 0 64 132 7 31 126 63
Binary 11101101 1110001 10111 0 110100 1011010 111 11001 1010110 110011

Color Harmonies of #ED7117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7117

Black with #ED7117

Text Example


Text Example

White with #ED7117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7117; }

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

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

background-color css

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

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

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

border-color css

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

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

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