#ED641D

Color #ED641D Pumpkin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pumpkin #ED641D

Tints of Pumpkin #ED641D

Color information

#ED641D (or 0xED641D) is unknown color: approx Pumpkin. HEX triplet: ED, 64 and 1D. RGB value is (237,100,29). Sum of RGB (Red+Green+Blue) = 237+100+29=366 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.75% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 237 - color contains mainly: red. Hex color #ED641D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED641D is #129BE2. Grayscale: #858585. Windows color (decimal): -1219555 or 1926381. OLE color: 1926381.

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

Color convert

RGB23710029-
CMYK00.580.880.07
HSL20.48º85.25%52.16%-
HSV(B)20.48º87.76%92.94%-
XYZ39.727.214.32-
YUV132.8769.39202.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 64.75%
GREEN value IS 100 (39.45% from 255) = 27.32%
BLUE value IS 29 (11.72% from 255) = 7.92%
R=64.75%
G=27.32%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371002900.580.880.0720.4885.2552.16
HexED641D03A587145534
Octal3551443507213072412564
Binary1110110111001001110101110101011000111101001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED641D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED641D; }

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

 H1.HeaderClassName
 {
   color: #ED641D;
 }
 .AnyTagClassName
 {
   color: #ED641D;
 }
</style>
background-color css

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

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

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

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

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

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