Html Css Color HEX #ED641C Pumpkin

📋 copy color: '#ED641C'

red 237 ◦ green 100 ◦ blue 28

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

Shades of Pumpkin #ED641C

Tints of Pumpkin #ED641C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.4%

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

R = 64.93%
G = 27.4%
B = 7.67%

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

#ED641C (or 0xED641C) is known color: Pumpkin. HEX triplet: ED, 64 and 1C. RGB value is (237,100,28). Sum of RGB (Red+Green+Blue) = 237+100+28=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED641C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED641C is #129BE3. Grayscale: #858585. Windows color (decimal): -1219556 or 1860845. OLE color: 1860845.

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

Color convert

RGB 237 100 28 -
CMYK 0 0.58 0.88 0.07
HSL 20.67º 0.85% 0.52% -
HSV(B) 20.67º 0.88% 0.93% -
XYZ 39.69 27.2 4.26 -
YUV 132.76 68.89 202.35 -
System Red Green Blue C M Y K H S L
Decimal 237 100 28 0 0.58 0.88 0.07 20.67 0.85 0.52
Hex ED 64 1C 0 3A 58 7 15 55 34
Octal 355 144 34 0 72 130 7 25 125 64
Binary 11101101 1100100 11100 0 111010 1011000 111 10101 1010101 110100

Color Harmonies of #ED641C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED641C

Black with #ED641C

Text Example


Text Example

White with #ED641C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED641C; }

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

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

background-color css

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

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

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

border-color css

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

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

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