Html Css Color HEX #ED711F Pumpkin

📋 copy color: '#ED711F'

red 237 ◦ green 113 ◦ blue 31

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

Shades of Pumpkin #ED711F

Tints of Pumpkin #ED711F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.66%

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

R = 62.2%
G = 29.66%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED711F (or 0xED711F) is known color: Pumpkin. HEX triplet: ED, 71 and 1F. RGB value is (237,113,31). Sum of RGB (Red+Green+Blue) = 237+113+31=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 31 (12.5% from 255 or 8.14% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED711F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED711F is #128EE0. Grayscale: #8D8D8D. Windows color (decimal): -1216225 or 2060781. OLE color: 2060781.

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

Color convert

RGB 237 113 31 -
CMYK 0 0.52 0.87 0.07
HSL 23.88º 0.85% 0.53% -
HSV(B) 23.88º 0.87% 0.93% -
XYZ 41.08 29.91 4.91 -
YUV 140.73 66.08 196.67 -
System Red Green Blue C M Y K H S L
Decimal 237 113 31 0 0.52 0.87 0.07 23.88 0.85 0.53
Hex ED 71 1F 0 34 57 7 18 55 35
Octal 355 161 37 0 64 127 7 30 125 65
Binary 11101101 1110001 11111 0 110100 1010111 111 11000 1010101 110101

Color Harmonies of #ED711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED711F

Black with #ED711F

Text Example


Text Example

White with #ED711F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED711F; }

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

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

background-color css

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

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

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

border-color css

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

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

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