Html Css Color HEX #ED771F Pumpkin

📋 copy color: '#ED771F'

red 237 ◦ green 119 ◦ blue 31

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

Shades of Pumpkin #ED771F

Tints of Pumpkin #ED771F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.75%

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

R = 61.24%
G = 30.75%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED771F (or 0xED771F) is known color: Pumpkin. HEX triplet: ED, 77 and 1F. RGB value is (237,119,31). Sum of RGB (Red+Green+Blue) = 237+119+31=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 31 (12.5% from 255 or 8.01% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED771F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED771F is #1288E0. Grayscale: #909090. Windows color (decimal): -1214689 or 2062317. OLE color: 2062317.

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

Color convert

RGB 237 119 31 -
CMYK 0 0.50 0.87 0.07
HSL 25.63º 0.85% 0.53% -
HSV(B) 25.63º 0.87% 0.93% -
XYZ 41.77 31.3 5.14 -
YUV 144.25 64.09 194.16 -
System Red Green Blue C M Y K H S L
Decimal 237 119 31 0 0.50 0.87 0.07 25.63 0.85 0.53
Hex ED 77 1F 0 32 57 7 1A 55 35
Octal 355 167 37 0 62 127 7 32 125 65
Binary 11101101 1110111 11111 0 110010 1010111 111 11010 1010101 110101

Color Harmonies of #ED771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED771F

Black with #ED771F

Text Example


Text Example

White with #ED771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED771F; }

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

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

background-color css

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

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

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

border-color css

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

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

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