Html Css Color HEX #ED7914 Pumpkin

📋 copy color: '#ED7914'

red 237 ◦ green 121 ◦ blue 20

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

Shades of Pumpkin #ED7914

Tints of Pumpkin #ED7914

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.01%

 BLUE value IS 20 (8.2% from 255) = 5.29%

R = 62.7%
G = 32.01%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ED7914 (or 0xED7914) is known color: Pumpkin. HEX triplet: ED, 79 and 14. RGB value is (237,121,20). Sum of RGB (Red+Green+Blue) = 237+121+20=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7914 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7914 is #1286EB. Grayscale: #909090. Windows color (decimal): -1214188 or 1341933. OLE color: 1341933.

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

Color convert

RGB 237 121 20 -
CMYK 0 0.49 0.92 0.07
HSL 27.93º 0.86% 0.5% -
HSV(B) 27.93º 0.92% 0.93% -
XYZ 41.89 31.73 4.58 -
YUV 144.17 57.93 194.21 -
System Red Green Blue C M Y K H S L
Decimal 237 121 20 0 0.49 0.92 0.07 27.93 0.86 0.5
Hex ED 79 14 0 31 5C 7 1C 56 32
Octal 355 171 24 0 61 134 7 34 126 62
Binary 11101101 1111001 10100 0 110001 1011100 111 11100 1010110 110010

Color Harmonies of #ED7914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7914

Black with #ED7914

Text Example


Text Example

White with #ED7914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7914; }

 p { color: rgb(237,121,20); }

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

background-color css

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

 a { background-color: rgb(237,121,20); }

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

border-color css

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

 span { border-color: rgb(237,121,20); }

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