Html Css Color HEX #ED781F Pumpkin

📋 copy color: '#ED781F'

red 237 ◦ green 120 ◦ blue 31

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

Shades of Pumpkin #ED781F

Tints of Pumpkin #ED781F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.93%

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

R = 61.08%
G = 30.93%
B = 7.99%

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

#ED781F (or 0xED781F) is known color: Pumpkin. HEX triplet: ED, 78 and 1F. RGB value is (237,120,31). Sum of RGB (Red+Green+Blue) = 237+120+31=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 31 (12.5% from 255 or 7.99% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED781F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED781F is #1287E0. Grayscale: #919191. Windows color (decimal): -1214433 or 2062573. OLE color: 2062573.

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

Color convert

RGB 237 120 31 -
CMYK 0 0.49 0.87 0.07
HSL 25.92º 0.85% 0.53% -
HSV(B) 25.92º 0.87% 0.93% -
XYZ 41.89 31.54 5.18 -
YUV 144.84 63.76 193.74 -
System Red Green Blue C M Y K H S L
Decimal 237 120 31 0 0.49 0.87 0.07 25.92 0.85 0.53
Hex ED 78 1F 0 31 57 7 1A 55 35
Octal 355 170 37 0 61 127 7 32 125 65
Binary 11101101 1111000 11111 0 110001 1010111 111 11010 1010101 110101

Color Harmonies of #ED781F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED781F

Black with #ED781F

Text Example


Text Example

White with #ED781F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED781F; }

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

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

background-color css

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

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

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

border-color css

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

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

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