Html Css Color HEX #ED701F Pumpkin

📋 copy color: '#ED701F'

red 237 ◦ green 112 ◦ blue 31

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

Shades of Pumpkin #ED701F

Tints of Pumpkin #ED701F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.16%

R = 62.37%
G = 29.47%
B = 8.16%

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

#ED701F (or 0xED701F) is known color: Pumpkin. HEX triplet: ED, 70 and 1F. RGB value is (237,112,31). Sum of RGB (Red+Green+Blue) = 237+112+31=380 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.37% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 31 (12.5% from 255 or 8.16% from 380); Max value from RGB is 237 - color contains mainly: red. Hex color #ED701F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED701F is #128FE0. Grayscale: #8C8C8C. Windows color (decimal): -1216481 or 2060525. OLE color: 2060525.

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

Color convert

RGB 237 112 31 -
CMYK 0 0.53 0.87 0.07
HSL 23.59º 0.85% 0.53% -
HSV(B) 23.59º 0.87% 0.93% -
XYZ 40.97 29.69 4.87 -
YUV 140.14 66.41 197.09 -
System Red Green Blue C M Y K H S L
Decimal 237 112 31 0 0.53 0.87 0.07 23.59 0.85 0.53
Hex ED 70 1F 0 35 57 7 18 55 35
Octal 355 160 37 0 65 127 7 30 125 65
Binary 11101101 1110000 11111 0 110101 1010111 111 11000 1010101 110101

Color Harmonies of #ED701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED701F

Black with #ED701F

Text Example


Text Example

White with #ED701F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED701F; }

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

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

background-color css

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

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

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

border-color css

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

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

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