Html Css Color HEX #ED701E Pumpkin

📋 copy color: '#ED701E'

red 237 ◦ green 112 ◦ blue 30

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

Shades of Pumpkin #ED701E

Tints of Pumpkin #ED701E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.55%

 BLUE value IS 30 (12.11% from 255) = 7.92%

R = 62.53%
G = 29.55%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED701E (or 0xED701E) is known color: Pumpkin. HEX triplet: ED, 70 and 1E. RGB value is (237,112,30). Sum of RGB (Red+Green+Blue) = 237+112+30=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 30 (12.11% from 255 or 7.92% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED701E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED701E is #128FE1. Grayscale: #8C8C8C. Windows color (decimal): -1216482 or 1994989. OLE color: 1994989.

HSL color Cylindrical-coordinate representation of color #ED701E: hue angle of 23.77º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED701E is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 112 30 -
CMYK 0 0.53 0.87 0.07
HSL 23.77º 0.85% 0.52% -
HSV(B) 23.77º 0.87% 0.93% -
XYZ 40.95 29.69 4.8 -
YUV 140.03 65.91 197.17 -
System Red Green Blue C M Y K H S L
Decimal 237 112 30 0 0.53 0.87 0.07 23.77 0.85 0.52
Hex ED 70 1E 0 35 57 7 18 55 34
Octal 355 160 36 0 65 127 7 30 125 64
Binary 11101101 1110000 11110 0 110101 1010111 111 11000 1010101 110100

Color Harmonies of #ED701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED701E

Black with #ED701E

Text Example


Text Example

White with #ED701E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED701E; }

 p { color: rgb(237,112,30); }

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

background-color css

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

 a { background-color: rgb(237,112,30); }

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

border-color css

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

 span { border-color: rgb(237,112,30); }

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