Html Css Color HEX #ED791F Pumpkin

📋 copy color: '#ED791F'

red 237 ◦ green 121 ◦ blue 31

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

Shades of Pumpkin #ED791F

Tints of Pumpkin #ED791F

RGB

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

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

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

R = 60.93%
G = 31.11%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED791F (or 0xED791F) is known color: Pumpkin. HEX triplet: ED, 79 and 1F. RGB value is (237,121,31). Sum of RGB (Red+Green+Blue) = 237+121+31=389 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.93% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 31 (12.5% from 255 or 7.97% from 389); Max value from RGB is 237 - color contains mainly: red. Hex color #ED791F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED791F is #1286E0. Grayscale: #919191. Windows color (decimal): -1214177 or 2062829. OLE color: 2062829.

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

Color convert

RGB 237 121 31 -
CMYK 0 0.49 0.87 0.07
HSL 26.21º 0.85% 0.53% -
HSV(B) 26.21º 0.87% 0.93% -
XYZ 42.01 31.78 5.22 -
YUV 145.42 63.43 193.32 -
System Red Green Blue C M Y K H S L
Decimal 237 121 31 0 0.49 0.87 0.07 26.21 0.85 0.53
Hex ED 79 1F 0 31 57 7 1A 55 35
Octal 355 171 37 0 61 127 7 32 125 65
Binary 11101101 1111001 11111 0 110001 1010111 111 11010 1010101 110101

Color Harmonies of #ED791F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED791F

Black with #ED791F

Text Example


Text Example

White with #ED791F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED791F; }

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

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

background-color css

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

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

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

border-color css

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

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

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