Html Css Color HEX #ED701B Pumpkin

📋 copy color: '#ED701B'

red 237 ◦ green 112 ◦ blue 27

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

Shades of Pumpkin #ED701B

Tints of Pumpkin #ED701B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.79%

 BLUE value IS 27 (10.94% from 255) = 7.18%

R = 63.03%
G = 29.79%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED701B (or 0xED701B) is known color: Pumpkin. HEX triplet: ED, 70 and 1B. RGB value is (237,112,27). Sum of RGB (Red+Green+Blue) = 237+112+27=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED701B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED701B is #128FE4. Grayscale: #8C8C8C. Windows color (decimal): -1216485 or 1798381. OLE color: 1798381.

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

Color convert

RGB 237 112 27 -
CMYK 0 0.53 0.89 0.07
HSL 24.29º 0.85% 0.52% -
HSV(B) 24.29º 0.89% 0.93% -
XYZ 40.92 29.67 4.61 -
YUV 139.69 64.41 197.41 -
System Red Green Blue C M Y K H S L
Decimal 237 112 27 0 0.53 0.89 0.07 24.29 0.85 0.52
Hex ED 70 1B 0 35 59 7 18 55 34
Octal 355 160 33 0 65 131 7 30 125 64
Binary 11101101 1110000 11011 0 110101 1011001 111 11000 1010101 110100

Color Harmonies of #ED701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED701B

Black with #ED701B

Text Example


Text Example

White with #ED701B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED701B; }

 p { color: rgb(237,112,27); }

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

background-color css

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

 a { background-color: rgb(237,112,27); }

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

border-color css

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

 span { border-color: rgb(237,112,27); }

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