Html Css Color HEX #ED761F Pumpkin

📋 copy color: '#ED761F'

red 237 ◦ green 118 ◦ blue 31

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

Shades of Pumpkin #ED761F

Tints of Pumpkin #ED761F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.57%

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

R = 61.4%
G = 30.57%
B = 8.03%

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

#ED761F (or 0xED761F) is known color: Pumpkin. HEX triplet: ED, 76 and 1F. RGB value is (237,118,31). Sum of RGB (Red+Green+Blue) = 237+118+31=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 31 (12.5% from 255 or 8.03% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED761F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED761F is #1289E0. Grayscale: #909090. Windows color (decimal): -1214945 or 2062061. OLE color: 2062061.

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

Color convert

RGB 237 118 31 -
CMYK 0 0.50 0.87 0.07
HSL 25.34º 0.85% 0.53% -
HSV(B) 25.34º 0.87% 0.93% -
XYZ 41.65 31.06 5.1 -
YUV 143.66 64.42 194.57 -
System Red Green Blue C M Y K H S L
Decimal 237 118 31 0 0.50 0.87 0.07 25.34 0.85 0.53
Hex ED 76 1F 0 32 57 7 19 55 35
Octal 355 166 37 0 62 127 7 31 125 65
Binary 11101101 1110110 11111 0 110010 1010111 111 11001 1010101 110101

Color Harmonies of #ED761F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED761F

Black with #ED761F

Text Example


Text Example

White with #ED761F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED761F; }

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

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

background-color css

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

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

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

border-color css

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

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

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