Html Css Color HEX #ED731B Pumpkin

📋 copy color: '#ED731B'

red 237 ◦ green 115 ◦ blue 27

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

Shades of Pumpkin #ED731B

Tints of Pumpkin #ED731B

RGB

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

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

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

R = 62.53%
G = 30.34%
B = 7.12%

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

#ED731B (or 0xED731B) is known color: Pumpkin. HEX triplet: ED, 73 and 1B. RGB value is (237,115,27). Sum of RGB (Red+Green+Blue) = 237+115+27=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 27 (10.94% from 255 or 7.12% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED731B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED731B is #128CE4. Grayscale: #8D8D8D. Windows color (decimal): -1215717 or 1799149. OLE color: 1799149.

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

Color convert

RGB 237 115 27 -
CMYK 0 0.51 0.89 0.07
HSL 25.14º 0.85% 0.52% -
HSV(B) 25.14º 0.89% 0.93% -
XYZ 41.25 30.35 4.72 -
YUV 141.45 63.42 196.16 -
System Red Green Blue C M Y K H S L
Decimal 237 115 27 0 0.51 0.89 0.07 25.14 0.85 0.52
Hex ED 73 1B 0 33 59 7 19 55 34
Octal 355 163 33 0 63 131 7 31 125 64
Binary 11101101 1110011 11011 0 110011 1011001 111 11001 1010101 110100

Color Harmonies of #ED731B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED731B

Black with #ED731B

Text Example


Text Example

White with #ED731B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED731B; }

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

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

background-color css

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

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

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

border-color css

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

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

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