Html Css Color HEX #ED631A Pumpkin

📋 copy color: '#ED631A'

red 237 ◦ green 99 ◦ blue 26

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

Shades of Pumpkin #ED631A

Tints of Pumpkin #ED631A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.35%

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

R = 65.47%
G = 27.35%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED631A (or 0xED631A) is known color: Pumpkin. HEX triplet: ED, 63 and 1A. RGB value is (237,99,26). Sum of RGB (Red+Green+Blue) = 237+99+26=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 26 (10.55% from 255 or 7.18% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED631A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED631A is #129CE5. Grayscale: #848484. Windows color (decimal): -1219814 or 1729517. OLE color: 1729517.

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

Color convert

RGB 237 99 26 -
CMYK 0 0.58 0.89 0.07
HSL 20.76º 0.85% 0.52% -
HSV(B) 20.76º 0.89% 0.93% -
XYZ 39.57 27 4.1 -
YUV 131.94 68.22 202.94 -
System Red Green Blue C M Y K H S L
Decimal 237 99 26 0 0.58 0.89 0.07 20.76 0.85 0.52
Hex ED 63 1A 0 3A 59 7 15 55 34
Octal 355 143 32 0 72 131 7 25 125 64
Binary 11101101 1100011 11010 0 111010 1011001 111 10101 1010101 110100

Color Harmonies of #ED631A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED631A

Black with #ED631A

Text Example


Text Example

White with #ED631A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED631A; }

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

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

background-color css

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

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

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

border-color css

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

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

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