Html Css Color HEX #ED711E Pumpkin

📋 copy color: '#ED711E'

red 237 ◦ green 113 ◦ blue 30

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

Shades of Pumpkin #ED711E

Tints of Pumpkin #ED711E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.89%

R = 62.37%
G = 29.74%
B = 7.89%

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

#ED711E (or 0xED711E) is known color: Pumpkin. HEX triplet: ED, 71 and 1E. RGB value is (237,113,30). Sum of RGB (Red+Green+Blue) = 237+113+30=380 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.37% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 30 (12.11% from 255 or 7.89% from 380); Max value from RGB is 237 - color contains mainly: red. Hex color #ED711E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED711E is #128EE1. Grayscale: #8D8D8D. Windows color (decimal): -1216226 or 1995245. OLE color: 1995245.

HSL color Cylindrical-coordinate representation of color #ED711E: hue angle of 24.06º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED711E is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 113 30 -
CMYK 0 0.52 0.87 0.07
HSL 24.06º 0.85% 0.52% -
HSV(B) 24.06º 0.87% 0.93% -
XYZ 41.06 29.91 4.84 -
YUV 140.61 65.58 196.75 -
System Red Green Blue C M Y K H S L
Decimal 237 113 30 0 0.52 0.87 0.07 24.06 0.85 0.52
Hex ED 71 1E 0 34 57 7 18 55 34
Octal 355 161 36 0 64 127 7 30 125 64
Binary 11101101 1110001 11110 0 110100 1010111 111 11000 1010101 110100

Color Harmonies of #ED711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED711E

Black with #ED711E

Text Example


Text Example

White with #ED711E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED711E; }

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

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

background-color css

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

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

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

border-color css

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

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

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