Html Css Color HEX #ED7214 Pumpkin

📋 copy color: '#ED7214'

red 237 ◦ green 114 ◦ blue 20

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

Shades of Pumpkin #ED7214

Tints of Pumpkin #ED7214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.73%

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

R = 63.88%
G = 30.73%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ED7214 (or 0xED7214) is known color: Pumpkin. HEX triplet: ED, 72 and 14. RGB value is (237,114,20). Sum of RGB (Red+Green+Blue) = 237+114+20=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7214 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7214 is #128DEB. Grayscale: #8C8C8C. Windows color (decimal): -1215980 or 1340141. OLE color: 1340141.

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

Color convert

RGB 237 114 20 -
CMYK 0 0.52 0.92 0.07
HSL 25.99º 0.86% 0.5% -
HSV(B) 25.99º 0.92% 0.93% -
XYZ 41.07 30.09 4.31 -
YUV 140.06 60.25 197.14 -
System Red Green Blue C M Y K H S L
Decimal 237 114 20 0 0.52 0.92 0.07 25.99 0.86 0.5
Hex ED 72 14 0 34 5C 7 1A 56 32
Octal 355 162 24 0 64 134 7 32 126 62
Binary 11101101 1110010 10100 0 110100 1011100 111 11010 1010110 110010

Color Harmonies of #ED7214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7214

Black with #ED7214

Text Example


Text Example

White with #ED7214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7214; }

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

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

background-color css

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

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

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

border-color css

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

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

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