Html Css Color HEX #ED731D Pumpkin

📋 copy color: '#ED731D'

red 237 ◦ green 115 ◦ blue 29

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

Shades of Pumpkin #ED731D

Tints of Pumpkin #ED731D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.18%

 BLUE value IS 29 (11.72% from 255) = 7.61%

R = 62.2%
G = 30.18%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED731D (or 0xED731D) is known color: Pumpkin. HEX triplet: ED, 73 and 1D. RGB value is (237,115,29). Sum of RGB (Red+Green+Blue) = 237+115+29=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED731D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED731D is #128CE2. Grayscale: #8E8E8E. Windows color (decimal): -1215715 or 1930221. OLE color: 1930221.

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

Color convert

RGB 237 115 29 -
CMYK 0 0.51 0.88 0.07
HSL 24.81º 0.85% 0.52% -
HSV(B) 24.81º 0.88% 0.93% -
XYZ 41.28 30.35 4.85 -
YUV 141.67 64.42 195.99 -
System Red Green Blue C M Y K H S L
Decimal 237 115 29 0 0.51 0.88 0.07 24.81 0.85 0.52
Hex ED 73 1D 0 33 58 7 19 55 34
Octal 355 163 35 0 63 130 7 31 125 64
Binary 11101101 1110011 11101 0 110011 1011000 111 11001 1010101 110100

Color Harmonies of #ED731D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED731D

Black with #ED731D

Text Example


Text Example

White with #ED731D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED731D; }

 p { color: rgb(237,115,29); }

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

background-color css

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

 a { background-color: rgb(237,115,29); }

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

border-color css

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

 span { border-color: rgb(237,115,29); }

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