Html Css Color HEX #ED601C Pumpkin

📋 copy color: '#ED601C'

red 237 ◦ green 96 ◦ blue 28

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

Shades of Pumpkin #ED601C

Tints of Pumpkin #ED601C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.59%

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

R = 65.65%
G = 26.59%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED601C (or 0xED601C) is known color: Pumpkin. HEX triplet: ED, 60 and 1C. RGB value is (237,96,28). Sum of RGB (Red+Green+Blue) = 237+96+28=361 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.65% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 28 (11.33% from 255 or 7.76% from 361); Max value from RGB is 237 - color contains mainly: red. Hex color #ED601C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED601C is #129FE3. Grayscale: #828282. Windows color (decimal): -1220580 or 1859821. OLE color: 1859821.

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

Color convert

RGB 237 96 28 -
CMYK 0 0.59 0.88 0.07
HSL 19.52º 0.85% 0.52% -
HSV(B) 19.52º 0.88% 0.93% -
XYZ 39.32 26.45 4.13 -
YUV 130.41 70.21 204.03 -
System Red Green Blue C M Y K H S L
Decimal 237 96 28 0 0.59 0.88 0.07 19.52 0.85 0.52
Hex ED 60 1C 0 3B 58 7 14 55 34
Octal 355 140 34 0 73 130 7 24 125 64
Binary 11101101 1100000 11100 0 111011 1011000 111 10100 1010101 110100

Color Harmonies of #ED601C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED601C

Black with #ED601C

Text Example


Text Example

White with #ED601C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED601C; }

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

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

background-color css

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

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

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

border-color css

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

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

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