Html Css Color HEX #ED731A Pumpkin

📋 copy color: '#ED731A'

red 237 ◦ green 115 ◦ blue 26

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

Shades of Pumpkin #ED731A

Tints of Pumpkin #ED731A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.88%

R = 62.7%
G = 30.42%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED731A (or 0xED731A) is known color: Pumpkin. HEX triplet: ED, 73 and 1A. RGB value is (237,115,26). Sum of RGB (Red+Green+Blue) = 237+115+26=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 26 (10.55% from 255 or 6.88% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED731A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED731A is #128CE5. Grayscale: #8D8D8D. Windows color (decimal): -1215718 or 1733613. OLE color: 1733613.

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

Color convert

RGB 237 115 26 -
CMYK 0 0.51 0.89 0.07
HSL 25.31º 0.85% 0.52% -
HSV(B) 25.31º 0.89% 0.93% -
XYZ 41.24 30.34 4.66 -
YUV 141.33 62.92 196.24 -
System Red Green Blue C M Y K H S L
Decimal 237 115 26 0 0.51 0.89 0.07 25.31 0.85 0.52
Hex ED 73 1A 0 33 59 7 19 55 34
Octal 355 163 32 0 63 131 7 31 125 64
Binary 11101101 1110011 11010 0 110011 1011001 111 11001 1010101 110100

Color Harmonies of #ED731A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED731A

Black with #ED731A

Text Example


Text Example

White with #ED731A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED731A; }

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

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

background-color css

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

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

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

border-color css

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

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

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