Html Css Color HEX #ED631C Pumpkin

📋 copy color: '#ED631C'

red 237 ◦ green 99 ◦ blue 28

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

Shades of Pumpkin #ED631C

Tints of Pumpkin #ED631C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.69%

R = 65.11%
G = 27.2%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED631C (or 0xED631C) is known color: Pumpkin. HEX triplet: ED, 63 and 1C. RGB value is (237,99,28). Sum of RGB (Red+Green+Blue) = 237+99+28=364 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.11% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 28 (11.33% from 255 or 7.69% from 364); Max value from RGB is 237 - color contains mainly: red. Hex color #ED631C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED631C is #129CE3. Grayscale: #848484. Windows color (decimal): -1219812 or 1860589. OLE color: 1860589.

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

Color convert

RGB 237 99 28 -
CMYK 0 0.58 0.88 0.07
HSL 20.38º 0.85% 0.52% -
HSV(B) 20.38º 0.88% 0.93% -
XYZ 39.6 27.01 4.23 -
YUV 132.17 69.22 202.77 -
System Red Green Blue C M Y K H S L
Decimal 237 99 28 0 0.58 0.88 0.07 20.38 0.85 0.52
Hex ED 63 1C 0 3A 58 7 14 55 34
Octal 355 143 34 0 72 130 7 24 125 64
Binary 11101101 1100011 11100 0 111010 1011000 111 10100 1010101 110100

Color Harmonies of #ED631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED631C

Black with #ED631C

Text Example


Text Example

White with #ED631C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED631C; }

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

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

background-color css

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

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

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

border-color css

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

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

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