Html Css Color HEX #ED631D Pumpkin

📋 copy color: '#ED631D'

red 237 ◦ green 99 ◦ blue 29

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

Shades of Pumpkin #ED631D

Tints of Pumpkin #ED631D

RGB

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

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

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

R = 64.93%
G = 27.12%
B = 7.95%

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

#ED631D (or 0xED631D) is known color: Pumpkin. HEX triplet: ED, 63 and 1D. RGB value is (237,99,29). Sum of RGB (Red+Green+Blue) = 237+99+29=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED631D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED631D is #129CE2. Grayscale: #848484. Windows color (decimal): -1219811 or 1926125. OLE color: 1926125.

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

Color convert

RGB 237 99 29 -
CMYK 0 0.58 0.88 0.07
HSL 20.19º 0.85% 0.52% -
HSV(B) 20.19º 0.88% 0.93% -
XYZ 39.61 27.02 4.29 -
YUV 132.28 69.72 202.69 -
System Red Green Blue C M Y K H S L
Decimal 237 99 29 0 0.58 0.88 0.07 20.19 0.85 0.52
Hex ED 63 1D 0 3A 58 7 14 55 34
Octal 355 143 35 0 72 130 7 24 125 64
Binary 11101101 1100011 11101 0 111010 1011000 111 10100 1010101 110100

Color Harmonies of #ED631D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED631D

Black with #ED631D

Text Example


Text Example

White with #ED631D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED631D; }

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

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

background-color css

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

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

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

border-color css

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

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

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