Html Css Color HEX #ED611C Pumpkin

📋 copy color: '#ED611C'

red 237 ◦ green 97 ◦ blue 28

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

Shades of Pumpkin #ED611C

Tints of Pumpkin #ED611C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.8%

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

R = 65.47%
G = 26.8%
B = 7.73%

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

#ED611C (or 0xED611C) is known color: Pumpkin. HEX triplet: ED, 61 and 1C. RGB value is (237,97,28). Sum of RGB (Red+Green+Blue) = 237+97+28=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED611C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED611C is #129EE3. Grayscale: #838383. Windows color (decimal): -1220324 or 1860077. OLE color: 1860077.

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

Color convert

RGB 237 97 28 -
CMYK 0 0.59 0.88 0.07
HSL 19.81º 0.85% 0.52% -
HSV(B) 19.81º 0.88% 0.93% -
XYZ 39.41 26.64 4.16 -
YUV 130.99 69.88 203.61 -
System Red Green Blue C M Y K H S L
Decimal 237 97 28 0 0.59 0.88 0.07 19.81 0.85 0.52
Hex ED 61 1C 0 3B 58 7 14 55 34
Octal 355 141 34 0 73 130 7 24 125 64
Binary 11101101 1100001 11100 0 111011 1011000 111 10100 1010101 110100

Color Harmonies of #ED611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED611C

Black with #ED611C

Text Example


Text Example

White with #ED611C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED611C; }

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

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

background-color css

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

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

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

border-color css

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

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

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