Html Css Color HEX #ED641D Pumpkin

📋 copy color: '#ED641D'

red 237 ◦ green 100 ◦ blue 29

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

Shades of Pumpkin #ED641D

Tints of Pumpkin #ED641D

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 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

#ED641D (or 0xED641D) is known color: 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

RGB 237 100 29 -
CMYK 0 0.58 0.88 0.07
HSL 20.48º 0.85% 0.52% -
HSV(B) 20.48º 0.88% 0.93% -
XYZ 39.7 27.21 4.32 -
YUV 132.87 69.39 202.27 -
System Red Green Blue C M Y K H S L
Decimal 237 100 29 0 0.58 0.88 0.07 20.48 0.85 0.52
Hex ED 64 1D 0 3A 58 7 14 55 34
Octal 355 144 35 0 72 130 7 24 125 64
Binary 11101101 1100100 11101 0 111010 1011000 111 10100 1010101 110100

Color Harmonies of #ED641D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED641D

Black with #ED641D

Text Example


Text Example

White with #ED641D

Text Example


Text Example

HTML Codes & Css Web 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>